# Virtual environments
.venv/
venv/
env/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Environment files
.env
.env.local
.env.*.local

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE/Editor
.idea/
.vscode/settings.json
.claude/settings.local.json

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Local config (users should create their own)
mcp-config.json
