From a2bf9f806a93e53769e2ad739a44598f791e05dd Mon Sep 17 00:00:00 2001 From: Hunter B Date: Tue, 9 Jun 2026 23:23:37 -0700 Subject: [PATCH] chore: gitignore benchmark results/ and __pycache__ under scripts/ --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index eb3b0887..3670235f 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,7 @@ docs/*_PLAN.md .envrc .direnv scripts/run_deep_swe.py + +# Benchmark artifacts and caches re-included by !scripts/** +results/ +scripts/**/__pycache__/