add __pycache__/ to .gitignore

This commit is contained in:
Mirco 2024-06-26 12:03:58 +02:00
parent 3e6a9109af
commit b9850af239

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ build/
.gradle/
.idea/
frontend/generated/
__pycache__/