From 9e6aa070fb815d800dcb1e4ad3f50f719bc4c8d9 Mon Sep 17 00:00:00 2001 From: mhby1g21 <mhby1g21@soton.ac.uk> Date: Wed, 16 Oct 2024 01:15:48 +0100 Subject: [PATCH] added Data/Input and Output folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47ffa3a..b78f7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,8 @@ weights/ log/*.log log/*.out log/*.error -Output/clutter/ +Output/ +Data/Input/ .idea/ env/ __pycache__/ -- GitLab