Add .gitignore for Python cache files

This commit is contained in:
Ernad Husremovic 2025-08-29 18:11:23 +02:00
parent 3473fa71a0
commit 87967467f0
35 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