gitignore caches
This commit is contained in:
parent
08a9328390
commit
77c10feead
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,9 +1,11 @@
|
|||
.idea/
|
||||
*.h5
|
||||
|
||||
__pycache__
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue