mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-06-09 22:35:12 +02:00
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.
27 lines
684 B
Text
27 lines
684 B
Text
target/
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
proxies.txt
|
|
.claude/skills/
|
|
# Scratch / local artifacts (previously covered by overbroad `*.json`,
|
|
# which would have also swallowed package.json, components.json,
|
|
# .smithery/*.json if they were ever modified).
|
|
*.local.json
|
|
local-test-results.json
|
|
# CLI research command dumps JSON output keyed on the query; they're
|
|
# not code and shouldn't live in git. Track deliberately-saved research
|
|
# output under a different name.
|
|
research-*.json
|
|
|
|
# Local runtime/scratch — never repo content.
|
|
__pycache__/
|
|
.last_update_check
|
|
.playwright-cli/
|
|
demo_sample.html
|
|
demo_saved.json
|
|
baselines/
|
|
.loop-scratch/
|
|
*-loop-progress.log
|
|
_build-release.bat
|
|
_build-release.log
|