# local-only plans (AI workflow artifacts stay local)
docs/plans/

# secrets
.env
deploy/site.env

# generated SEO site (rebuilt from the DB by scripts/gen_site.py)
site/dist/

# runtime data
data/

# python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/

# macos
.DS_Store

# logs
*.log

# local agent scratch
.claude/

# build artifacts
dist/
*.egg-info/
