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

# Virtualenvs
.venv/
venv/
env/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/

# Local state for the MCP server (in case anyone runs it from the repo dir)
.safe-migrations-mcp/

# Internal review artifacts
LLM_REVIEW_BUNDLE.md
