__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Coverage
.coverage
htmlcov/

# macOS
.DS_Store

# Environment
.env
.env.local

# Session handoff (local-only, not project documentation)
NEXT_SESSION_PROMPT_*.md
SESSION_SUMMARY_*.md
docs/archive/sessions/
