From 489f8afd4ffc09a9bc46b9c253b9a4edaf31f3db Mon Sep 17 00:00:00 2001 From: Jacob Date: Fri, 3 Mar 2023 12:00:05 +0100 Subject: [PATCH] Added npy and npz to file --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..c4b461b 100644 --- a/.gitignore +++ b/.gitignore @@ -152,6 +152,11 @@ dmypy.json # Cython debug symbols cython_debug/ +# NPY and NPZ files +*.npy +*.npz + + # PyCharm # 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