__pycache__/
*.pyc
*.pyo
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.env

# Never-publish workspace material (strategy, prospect research, counsel packs,
# personal contact details). Created ad hoc; must never reach a remote.
.private/

# Cover every .env variant, not one at a time. A .env.bak holding live
# API keys sat in a stash for six weeks and was one `git add -A` from being
# committed. Negate the committed template so it stays tracked.
.env.*
!.env.example
