clay-borg/.gitignore
tegwick c51c7c9b47
Some checks failed
ci / check (push) Failing after 3s
chore: stop tracking tools/__pycache__
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>
2026-08-01 12:49:17 +02:00

8 lines
119 B
Text

/target
# K10 replay bundles are generated artifacts of a failing run.
replays/
# Python bytecode
__pycache__/
*.pyc