Add .gitignore for Python cache files

This commit is contained in:
Ernad Husremovic 2025-08-29 18:11:23 +02:00
parent 95fcc8bd63
commit 50887b8e47
392 changed files with 4 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Python cache files
__pycache__/
*.py[cod]
*$py.class