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

# Test / coverage
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Reference source (cloned, not vendored — see docs/PORTING_PLAN.md)
/reference/

# Editor / OS
.DS_Store
*.swp
