__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/

# local scratch databases from dev runs — never publish
*.db

# historical engineering notes — live in the private audit repo, never public
.backup/

# npm pack output — build artifact, never committed
*.tgz
