From 0a2a66b48ccb0fb2cb8d0965aef442487ef5d987 Mon Sep 17 00:00:00 2001 From: PatrickSys Date: Wed, 29 Apr 2026 17:44:55 +0200 Subject: [PATCH 1/2] chore(git): ignore local benchmark artifacts --- .gitignore | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea7408e..c159929 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,26 @@ grammars/*.wasm docs/visuals.md .repolore/ .opencode/ -.agents/ CODEBASE_MAP.md repos/ + +# Local benchmark/lab outputs +benchmark-runs/ +outputs/ +results/skeptical-user/raw/ +results/skeptical-user/local/ +results/skeptical-user/tmp/ +.tmp-skeptical-user/ + +# External benchmark/research clones +matplotlib-repo/ +sympy-contextbench/ + +# Local agent/vendor artifacts +**/skills/bmad-*/ +_bmad/ +_bmad-*/ +_bmad-output/ + +# Local browser automation artifacts +.playwright-mcp/ From ef42e53b99f1deed3a7e2107d8124b554b890860 Mon Sep 17 00:00:00 2001 From: PatrickSys Date: Wed, 29 Apr 2026 19:50:47 +0200 Subject: [PATCH 2/2] fix(git): scope local artifact ignores --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c159929..cee0f89 100644 --- a/.gitignore +++ b/.gitignore @@ -34,10 +34,10 @@ repos/ # Local benchmark/lab outputs benchmark-runs/ -outputs/ -results/skeptical-user/raw/ -results/skeptical-user/local/ -results/skeptical-user/tmp/ +/outputs/ +/results/*/raw/ +/results/*/local/ +/results/*/tmp/ .tmp-skeptical-user/ # External benchmark/research clones @@ -45,7 +45,6 @@ matplotlib-repo/ sympy-contextbench/ # Local agent/vendor artifacts -**/skills/bmad-*/ _bmad/ _bmad-*/ _bmad-output/