# 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/

# Docker dev container's user workspace (mounted into container at /workspace).
# Keep the dir itself via .gitkeep, ignore everything dropped inside.
workspace/*
!workspace/.gitkeep

# macOS
.DS_Store

# Windows / MSYS-Cygwin crash dumps
*.stackdump
