# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Local MCP config (contains absolute paths)
.mcp.json

# IDE
.idea/
.vscode/
*.swp

# Test/coverage
.pytest_cache/
.coverage
htmlcov/

# Linter/type checker caches
.ruff_cache/
.mypy_cache/

# Profiling output (dev only)
profiles/

# OS
.DS_Store
.claude/settings.local.json
