Add __pycache__/ to .gitignore and clean cache

This commit is contained in:
Ernad Husremovic 2025-08-30 15:20:15 +02:00
parent 1f20ad87e6
commit d1e57e7185

2
.gitignore vendored Normal file
View file

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