# Secrets and certificates
*.pem
*.key
.env
.env.*
!.env.example

# Git
.git
.gitignore

# Python caches
__pycache__
*.pyc
*.pyo
.mypy_cache
.pytest_cache
.ruff_cache
.venv
dist

# IDE / OS
.DS_Store
.vscode
.idea

# Registry tokens
.mcpregistry_*

# Misc
*.txt
*.md
!README.md
server.json
tests
