Ignore __pycache__

This commit is contained in:
Ernad Husremovic 2026-01-25 13:45:24 +01:00
parent 96e5d664c1
commit 5faf7397c5

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
*.pyc