# Compiler files
cache/
out/

# Commonly ignored directories
.logs/
.ignore/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

# Docs
docs/

# Dotenv file
.env
.env.*
!.env.example

# Python
__pycache__/
*.pyc

# Node
node_modules/

# Auto-Hunter Output & Telemetry
runs/
scans/
Findings/
*.log
seen-findings.ledger
submissions.ledger
digest-latest.txt

# Per-program scope JSON — runtime cache, regenerated by scope-puller
scope/programs/

# Stray locks, claims, backups
*.bak
.scope.lock
.snatch.lock
.claimed-*
.pipeline.lock.d/
.orchestrator.lock.d/


# test harness runtime cert
tests/_mock_cert.pem

# scratch helper scripts (root, underscore-prefixed)
_*.sh
_*.txt
_*.log
