Ignore __pycache__

This commit is contained in:
Ernad Husremovic 2026-01-25 13:45:24 +01:00
parent e5c0e11b0b
commit a2f74aefd8

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
# Python cache # Python cache
__pycache__/ __pycache__/
*.pyc