__pycache__
*.pyc
*.pyo
.git
.gitignore
.venv
.env
.env.*
*.env

# Secrets — never bake into image
api_keys.json
.secrets.baseline

# Dev tooling
tests/
.pytest_cache/
.ruff_cache/
.cursor/
.github/
scripts/
Makefile

# Docs and planning artifacts
docs/
codemap/
tasks/
GAP_ANALYSIS.md
*.md
!README.md

# Build artifacts
dist/
build/
*.egg-info/
