# Virtual environments
.venv/
venv/
env/

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

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

# OS
.DS_Store
Thumbs.db

# pytest
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Logs
*.log
server.log

# Docker
.dockerignore

# Registration Tokens
.mcpregistry_github_token
