ignore all .npz files for future commits
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -3,5 +3,6 @@ build/
|
|
3 |
dist/
|
4 |
livermask.egg-info/
|
5 |
*.h5
|
|
|
6 |
*.nii
|
7 |
*__pycache__/
|
|
|
3 |
dist/
|
4 |
livermask.egg-info/
|
5 |
*.h5
|
6 |
+
*.npz
|
7 |
*.nii
|
8 |
*__pycache__/
|