chore: stop tracking tools/__pycache__
Some checks failed
ci / check (push) Failing after 3s

Bytecode was committed and kept reappearing as a dirty-tree false
positive after every tool run.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-08-01 12:49:17 +02:00
parent f78bef5d8b
commit c51c7c9b47
6 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -2,3 +2,7 @@
# K10 replay bundles are generated artifacts of a failing run.
replays/
# Python bytecode
__pycache__/
*.pyc