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

# Virtual environments
.venv/

# Testing
.pytest_cache/

# Environment & secrets
.env
.mcp.json

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Claude
.claude/
