# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Secrets - NEVER COMMIT
.mcpregistry_*
.env
*.pem
*.key

# MCP tools
mcp-publisher

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
