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

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

# emupos runtime output
receipts/

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

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