From 4632554af127a3755e3b963244f6893e3e8328b8 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Thu, 21 Nov 2024 11:44:38 +0100 Subject: [PATCH] Added a logs/ and envs/ folder to gitignore. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6909c5d..d58da30 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ __pycache__/ *.h5 tmp_files/ -*.ipynb \ No newline at end of file +*.ipynb +logs/ +envs/ \ No newline at end of file