Add .gitignore for Python cache files

This commit is contained in:
Ernad Husremovic 2025-08-29 18:11:23 +02:00
parent bc5e1e9efa
commit 6050e8f8c7
10 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