# Git
.git
.gitignore

# Editor directories and files
.idea
.vscode
*.swp
*.swo

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

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

# Documentation
docs/
media/

# Project specific
.mcp.json
.DS_Store
server/

# Docker
**/.dockerignore
Dockerfile