Add __pycache__/ to .gitignore and clean cache

This commit is contained in:
Ernad Husremovic 2025-08-30 15:19:27 +02:00
parent af1eea7692
commit 1ac4e3ff1f

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# Python cache
__pycache__/