.env
.env.*
!.env.example
.DS_Store
*.key
*.pem
secrets/
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
dist/
build/
*.egg-info/
snapshots/
streamcatcher-snapshot-*.jpg
*.png
!docs/**/*.png

# Internal planning doc — keep out of the public repo
docs/plan.html

# mkdocs build output
site/

# Local AI notes (not for upload)
CODEBASE_NOTES.md
