From 313b6e134c9b236a2362381d77c5ce5d54b02db0 Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 17 Mar 2026 08:45:42 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 167738e..80b7954 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ state.json *.lock *.pid escalations.jsonl +metrics/supervisor-metrics.jsonl # OS .DS_Store