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

# Testing
.pytest_cache/

# Environments
.venv/
*.env

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

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