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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
*.swp

# ColdCrate scratch files
*.coldcrate
/tmp_*.cc

# Design / spec artifacts — kept locally, not part of the published package
/reference/
/SPEC.md
