# Secrets
.env
.mcp.json

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

# MCP registry
.mcpregistry_*
mcp-publisher*
server.json

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
