# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtualenvs
.venv/
venv/

# Test / coverage
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml

# macOS
.DS_Store

# Claude Code session logs (machine-local)
.claude/logs/

# Pre-consolidation staging backup (kept on disk, not tracked).
# Safe to `rm -rf incoming/` once you've confirmed the consolidated tree.
incoming/

# Internal consolidation-planning scaffold — keep local, do not publish.
CONSOLIDATION-PLAN.md

# Internal multi-team execution plan — keep local, do not publish.
MULTI-TEAM-PLAN.md

# Local workspace tooling state — machine-local, not published.
.claude/project.json
.claude/settings.json
