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.
This commit is contained in:
devnen 2026-05-23 17:42:05 +02:00
parent e620173d3a
commit 562c6a15f0

5
.gitignore vendored
View file

@ -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