From 562c6a15f04b1c5c217a184675c14f87b8251532 Mon Sep 17 00:00:00 2001 From: devnen Date: Sat, 23 May 2026 17:42:05 +0200 Subject: [PATCH] gitignore: cover improve-loop and local build artifacts improve-loop's loop.py writes baselines/, .loop-scratch/ and a *-loop-progress.log per run. _build-release.bat / _build-release.log are a local wrapper for invoking cargo build with the right MSVC + LLVM + NASM env (replaces the missing update.py from CLAUDE.md). None should land in git. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 61eabb1..94df5e3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,8 @@ __pycache__/ .playwright-cli/ demo_sample.html demo_saved.json +baselines/ +.loop-scratch/ +*-loop-progress.log +_build-release.bat +_build-release.log