Ignore Python bytecode
__pycache__/ was showing as untracked on every status. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
c8026f00db
commit
8f26dbfa7f
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
Loading…
Reference in New Issue
Block a user