first commit

This commit is contained in:
2026-05-18 12:53:24 -04:00
commit c7f6f68c40
23693 changed files with 8967 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Project secrets and data
.secrets/
data/*.db
data/*.db-journal
data/*.db-wal
data/*.db-shm
data/raw/
# Notebook checkpoints
.ipynb_checkpoints/
# OS
.DS_Store