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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Spero runtime
*.db
*.sqlite3
.env

# Internal planning doc, not shipped
docs/PORT_MAP.md

# OS / IDE
.DS_Store
.idea/
.vscode/
/.claude/
git-flow-plus.config
/CLAUDE.md

# codegraph index
.codegraph/

# codegraph auth key (never commit)
.codegraph/auth.key
