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>
This commit is contained in:
openhands 2026-03-17 08:45:42 +00:00 committed by johba
parent 53c1fea6ea
commit 313b6e134c

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ state.json
*.lock *.lock
*.pid *.pid
escalations.jsonl escalations.jsonl
metrics/supervisor-metrics.jsonl
# OS # OS
.DS_Store .DS_Store