From 19f7c4a02684e9f06ed16e1958b877cbdc23dd29 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 21 Feb 2024 15:46:17 +0100 Subject: [PATCH] Updated gitignore with h5 file extension. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09bf5d6..3fc9887 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc -__pycache__/ \ No newline at end of file +__pycache__/ +*.h5 \ No newline at end of file