Remove committed __pycache__ and gitignore Python bytecode
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
36abd43107
commit
23a7efa6b3
|
|
@ -13,3 +13,6 @@ graphify-out/
|
||||||
.dochygiene/
|
.dochygiene/
|
||||||
# os-adr plugin state
|
# os-adr plugin state
|
||||||
.os-adr/
|
.os-adr/
|
||||||
|
|
||||||
|
# Python bytecode
|
||||||
|
__pycache__/
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue