# Secrets — never commit
python/.env

# Python
__pycache__/
*.pyc
.venv/
venv/

# Run logs (generated by sf_utils.py on every run_all.py / gsheet_loader.py /
# data_quality_checks.py invocation)
logs/

# Local generated data (regenerate with: python generate_data.py)
# Comment the next line out if you WANT to commit the CSVs.
# data/*.csv

# OS
.DS_Store
