Add Python pycache to .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2abcb89bcd
commit
b2a5e3c92a
4
.gitignore
vendored
4
.gitignore
vendored
@ -14,6 +14,10 @@ public/
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user