From f94f0008b9861562c9a240c89f61fd50721ea5f9 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Fri, 21 Mar 2025 10:17:42 -0400 Subject: [PATCH] Updated gitignore to exclude model training folder --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d2f260..3a83881 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,6 @@ Cargo.lock # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -# Result -build/* \ No newline at end of file +# Build Binaries +build/* +out/*