Initial build out

This commit is contained in:
emfurst 2026-03-30 07:15:14 -04:00
commit 29215e2bd2
40 changed files with 2622 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
data/raw/
data/*.duckdb
data/*.duckdb.wal
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.pytest_cache/