Add __pycache__ to .gitignore

Note that I do not precisely know if Pyzo or Python script shell execution generate `__pycache__`.
This commit is contained in:
2024-03-26 18:21:01 +01:00
parent 811b355989
commit 9028d4d12c

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pdf
*.xopp
__pycache__