# Git
.git/
.gitignore

# Python
.venv/
__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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Linting/Formatting
.ruff_cache/
.mypy_cache/

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

# Documentation
docs/

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Local config (users mount their own)
.env
.env.*
config/

# CI/CD
.github/

# Cache
.mcp-gateway/
