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

# Virtual environments
.venv/

# Environment / secrets
.env

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

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

# Claude Code / MCP gateway local config
.claude/
.pmcp/
.mcp-gateway/

# Secret management config
.env.op
.env.cloudflare.local
cloudflare-alpha-smoke.local.md

.claude/worktrees/
.claude/execute-phase-state.json
