Add .gitignore for python cache files.

This commit is contained in:
Storm Dragon
2024-10-23 06:06:29 -04:00
parent d393677f00
commit 93127aeca3
2 changed files with 30 additions and 9 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
**/__pycache__/
*.pyc
*.pyo
*.pyd