disinto/.gitignore
openhands 313b6e134c chore: exclude metrics/supervisor-metrics.jsonl from git tracking
Runtime metrics file should not be tracked in version control.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 10:56:37 +01:00

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