chore: gitignore install_log.txt

run_install_capture.bat writes install_log.txt into the repo root. It was
untracked but not ignored, so it showed up as noise in git status and was
easy to commit by accident.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
alexpolo1
2026-08-05 22:05:43 +02:00
parent 512f63e0e5
commit b627172f1e

3
.gitignore vendored
View File

@@ -100,3 +100,6 @@ src/input_layer/bridge_input.py
.hermes/
fixtures/
test/run/
# Installer output (generated by run_install_capture.bat)
install_log.txt