# Environment files with secrets
.env
.env.*

# MCP config (may contain API keys)
mcp-config.json

# Python cache
__pycache__/
*.pyc

# Virtual environment
.venv/
