Remove committed __pycache__ and gitignore Python bytecode

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jared 2026-07-03 14:24:26 -04:00
parent 36abd43107
commit 23a7efa6b3
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -13,3 +13,6 @@ graphify-out/
.dochygiene/
# os-adr plugin state
.os-adr/
# Python bytecode
__pycache__/