mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-06-10 22:45:13 +02:00
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:
parent
e620173d3a
commit
562c6a15f0
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue