Add .gitignore for Python cache files

This commit is contained in:
Ernad Husremovic 2025-08-29 18:11:23 +02:00
parent 14e3d26998
commit 545503b422
133 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

Some files were not shown because too many files have changed in this diff Show more