From fd5ef26e2b9fb4f5d1e0a73b1c87527fab656ccd Mon Sep 17 00:00:00 2001 From: Nickiel12 <35903114+Nickiel12@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:50:14 -0700 Subject: [PATCH] excluded all training data till final structure done --- .gitignore | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a576325..9f16073 100644 --- a/.gitignore +++ b/.gitignore @@ -2,14 +2,4 @@ venv/* output/* .envrc -training_data/negatives/* -training_data/1_positive_info/* -training_data/2_positive_info/* -training_data/5_positive_info/* -training_data/info0/* -training_data/info1/* -training_data/info2/* -training_data/info3/* -training_data/info4/* -training_data/info/* -training_data/opencv/* \ No newline at end of file +training_data/* \ No newline at end of file