# 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/ # Test artefacts .pytest_cache/ .coverage htmlcov/ # OS .DS_Store