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

# Tooling caches
.pytest_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/

# emupos runtime output
receipts/
/emupos.yaml

# Documentation site build output
/site/

# Editors and OS
.idea/
.vscode/
.DS_Store

# Local agent tooling: personal settings and scratch output
.claude/settings.local.json
.playwright-mcp/
.impeccable/mocks/
.impeccable/review/
.impeccable/questions/
.impeccable/config.local.json
.impeccable/hook.cache.json
.impeccable/hook.pending.json

# Spike results (send them back instead of committing)
spikes/**/result-*.json
spikes/**/snmp-log.jsonl
spikes/**/jobs/
spikes/keyboard-wedge/*.json
