gitignore caches

This commit is contained in:
Jan Petykiewicz 2022-11-22 14:31:57 -08:00
parent 08a9328390
commit 77c10feead

4
.gitignore vendored
View File

@ -1,9 +1,11 @@
.idea/
*.h5
__pycache__
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/