# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# Environment variables
.env
.env.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Cache
*.cache
.cache/
__cache__/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# direnv
.direnv/
.envrc.local

# Build artifacts
*.egg
*.egg-info/
dist/
build/

# Ruff
.ruff_cache/

# MyPy
.mypy_cache/

# Logs
*.log
logs/

# Code generation
generated/

# MCP local config (may contain API keys in env vars)
.mcp.json.local
