Skip to content

Commit 0721e35

Browse files
cleanup: gitignore __pycache__ + remove accidentally-committed pyc
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 99f581d commit 0721e35

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ omnimcode-gdextension/bin/
4444
# Local-only WIP examples (not ready for the public repo yet)
4545
examples/agent-decision-evolution/
4646
examples/game-ai-demo/Assets/Editor/OMNIcode/
47+
48+
# Python bytecode caches
49+
**/__pycache__/
50+
**/*.pyc
-15.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)