# Python
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.coverage
.coverage.*
htmlcov/
coverage.xml

# venv
.venv/
venv/
.tmp-smoke/
.tmp-wheel-*/
.python-version

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Local Claude Code state (per-session progress, scope files, checkpoints)
.claude/

# Local strategy/planning docs — conversation scratch, not deliverables
docs/plan/
docs/planning/
docs/strategy/
docs/reviews/

# Local launch/demo assets (screencast helpers) — not deliverables
assets/
