Updated gitignore to exclude model training folder

This commit is contained in:
Maddox Werts 2025-03-21 10:17:42 -04:00
parent 3bc89c52a1
commit f94f0008b9

3
.gitignore vendored
View file

@ -21,5 +21,6 @@ Cargo.lock
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Result # Build Binaries
build/* build/*
out/*