# Python
.venv/
venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# Environment / secrets
.env
.env.*
!.env.example

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Product / strategy / build plans — never commit or push
DecisionVault_SaaS_Plan.pdf
canon_plan.txt
docs/historical/DecisionVault_SaaS_Plan.pdf
docs/historical/canon_plan.txt
*SaaS_Plan.pdf
*_SaaS_Plan.pdf
*product*plan*.pdf
*product*plan*.txt
*build*plan*.pdf
*build*plan*.docx
docs/historical/*.pdf
docs/historical/*.txt
!docs/historical/README.md

# Canon local state (this repo and dogfood)
.canon/canon.db
.canon/canon.db-wal
.canon/canon.db-shm
.canon/injection.md
.canon/telemetry.jsonl
.canon/*.log
# Commit .canon/CANON.md and .canon/decisions.json (team snapshot)
