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/ .idea/
*.h5 *.h5
__pycache__ __pycache__/
*.py[cod] *.py[cod]
build/ build/
dist/ dist/
*.egg-info/ *.egg-info/
.pytest_cache/
.mypy_cache/