# Private working documents (design, decisions, worklog) — not published
.devnotes/

# Local AI-assistant state (session locks, local settings, private work rules)
.claude/
CLAUDE.md

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

# OS / IDE
.DS_Store
.idea/
.vscode/

# scripts/corpus.py default scratch output (the published snapshot lives in docs/)
/corpus-report.md
