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

# Testing
.pytest_cache/
.coverage
.coverage.*

# Environments
.venv/
*.env

# Local agent/MCP config
.mcp.json
.claude/
.codex/

# Local runtime/temp artifacts
.pfc-mcp-bridge/
.tmp/
.pytest_tmp/
