From 704d22d5782495d7280fd0ac95b318ae905b42df Mon Sep 17 00:00:00 2001 From: Otavio Napoli Date: Thu, 1 Feb 2024 23:48:02 -0300 Subject: [PATCH] Added notebook logs to the .gitignore file Signed-off-by: Otavio Napoli --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a75871..fe06415 100644 --- a/.gitignore +++ b/.gitignore @@ -168,4 +168,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ ssl_tools/experiments/**/logs/ -data/* \ No newline at end of file +data/* +notebooks/logs/* \ No newline at end of file