# Secrets — never commit
.env

# Local data / cache
data/
*.log

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/

# Build artifacts
dist/
build/

# Reports
*.html
*.pdf
!README*.html
