docs+gitignore: portable-install sync note and local scratch ignores

CLAUDE.md gains a mandatory step at the top describing the rebuild->copy->
verify dance for the portable Claude Code install at C:\_projects\claude-
portable, plus a local-build env snippet for the BoringSSL bindgen vars
(LIBCLANG_PATH, NASM on PATH) that update.py sets automatically but a plain
shell does not.

.gitignore adds runtime/scratch entries that shouldn't have been tracked:
__pycache__/, .last_update_check, .playwright-cli/, demo_sample.html,
demo_saved.json. Nothing currently tracked is affected (none of these were
under version control).
This commit is contained in:
devnen 2026-05-23 17:20:42 +02:00
parent 8fe8bcb479
commit e620173d3a
2 changed files with 40 additions and 1 deletions

7
.gitignore vendored
View file

@ -13,3 +13,10 @@ local-test-results.json
# 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