Added npy and npz to file
This commit is contained in:
parent
a2d479564a
commit
489f8afd4f
5
.gitignore
vendored
5
.gitignore
vendored
@ -152,6 +152,11 @@ dmypy.json
|
|||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
|
# NPY and NPZ files
|
||||||
|
*.npy
|
||||||
|
*.npz
|
||||||
|
|
||||||
|
|
||||||
# PyCharm
|
# PyCharm
|
||||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
||||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||||
|
Loading…
Reference in New Issue
Block a user