# Python cache files
__pycache__/
*.py[cod]
*$py.class

# Python build artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Local MCP/manual test scratch data
.tmp/

# Type checking
.mypy_cache/
.ruff_cache/

# OS/editor files
.DS_Store
Thumbs.db
.vscode/
.idea/

# Claude local mentor/config files
.claude/
CLAUDE.md
