18 lines
240 B
Text
18 lines
240 B
Text
# Secrets
|
|
.env
|
|
|
|
# Infrastructure manifest (local only — commit RESOURCES.example.md instead)
|
|
RESOURCES.md
|
|
|
|
# Runtime state
|
|
*.log
|
|
*.log.*
|
|
*.log.old
|
|
state.json
|
|
*.lock
|
|
*.pid
|
|
escalations.jsonl
|
|
metrics/supervisor-metrics.jsonl
|
|
|
|
# OS
|
|
.DS_Store
|