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

# Environment
.env

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

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# OS
.DS_Store
Thumbs.db

# Docker persistent data (managed by volume, not repo)
pgdata/

# Orchestrator runtime state
orchestrator/

# Claude Code local state (may contain machine-specific allowlists)
.claude/settings.local.json
.claude/*.local.*

# PMC machine-local session state
.pmc/

# Node / VS Code extension build output
node_modules/
*.vsix
extensions/vscode-pmc/out/

# Coverage
coverage.xml
