Runtime metrics file should not be tracked in version control. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
147 B
Text
15 lines
147 B
Text
# Secrets
|
|
.env
|
|
|
|
# Runtime state
|
|
*.log
|
|
*.log.*
|
|
*.log.old
|
|
state.json
|
|
*.lock
|
|
*.pid
|
|
escalations.jsonl
|
|
metrics/supervisor-metrics.jsonl
|
|
|
|
# OS
|
|
.DS_Store
|