# 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
*~

# BAML auto-generated client
src/baml_client/

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

# Secret management config
.env.op

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