chore: Add Python cache files to .gitignore

This commit is contained in:
robojerk 2025-07-15 19:00:55 -07:00
parent 432661f7cb
commit 1c8cc2797e

8
.gitignore vendored
View file

@ -80,3 +80,11 @@ quick-*.sh
*.pdf
*.docx
*.pptx
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so