From aec112210379c1d3b2f72ce91511c5cef84b18a2 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 30 Aug 2026 12:45:42 +0000 Subject: [PATCH] chore: gitignore the strix quick gate's local scratch artifact directory scripts/ci/strix_quick_gate.sh writes its report/log artifacts to $REPO_ROOT/strix_runs when run outside an ephemeral CI workspace (e.g. scripts/ci/test_strix_quick_gate.sh run locally), leaving it as an untracked directory in the checkout. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b98cb1f1db..febbc85c48 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__/ .coverage .pytest_cache/ .codegraph/ +strix_runs/