__pycache__/
*.pyc
.venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.ledger.jsonl
.bounded-loops/
dist/
build/
node_modules/

# macOS
.DS_Store

# coverage artifacts
.coverage
.coverage.*
htmlcov/

# runtime memory log (bl run) — template STATE.md stays tracked
*.runtime

# internal engineering audit — tracked in a separate private repo, never public
audit/
