Skip to content

Commit 0a2a66b

Browse files
committed
chore(git): ignore local benchmark artifacts
1 parent 9cd30c4 commit 0a2a66b

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@ grammars/*.wasm
2929
docs/visuals.md
3030
.repolore/
3131
.opencode/
32-
.agents/
3332
CODEBASE_MAP.md
3433
repos/
34+
35+
# Local benchmark/lab outputs
36+
benchmark-runs/
37+
outputs/
38+
results/skeptical-user/raw/
39+
results/skeptical-user/local/
40+
results/skeptical-user/tmp/
41+
.tmp-skeptical-user/
42+
43+
# External benchmark/research clones
44+
matplotlib-repo/
45+
sympy-contextbench/
46+
47+
# Local agent/vendor artifacts
48+
**/skills/bmad-*/
49+
_bmad/
50+
_bmad-*/
51+
_bmad-output/
52+
53+
# Local browser automation artifacts
54+
.playwright-mcp/

0 commit comments

Comments
 (0)