# 3Powers trust-spine: transient state only. The ledger, public key, config,
# schemas and adapters ARE committed (self-contained record); runtime outputs are not.
.3powers/runs/
.3powers/verdicts/
.3powers/provenance/
.3powers/worktrees/
.3powers/keys/*.key
*.key

# Engine (Python)
__pycache__/
*.pyc
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
dist/
build/
*.egg-info/
.mutmut-cache
mutants/

# Sample / TypeScript
node_modules/
coverage/
.stryker-tmp/
reports/
*.tsbuildinfo

# OS / editor
.DS_Store

# Temporary files
*.tmp
/tmp/
