adapt gitignore for new Python places

Just ignore all Python cache directories.
This commit is contained in:
Sarah Hoffmann
2022-05-09 17:23:54 +02:00
parent 83db10edef
commit 3dd19d929e

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ build
docs/html
docs/latex
tests/__pycache__
__pycache__