diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-22 23:23:31 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-22 23:23:31 +0530 |
commit | 4633e624fdc4e61928b8c7743d9bbd50c5d75a6a (patch) | |
tree | a70cb02e96274176785e04e309b059401bc69298 /.gitignore | |
parent | 95b861dc16d1a29200734fb42f4f4223d14d12f1 (diff) |
face-detection cleanup+Adding .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..053b731 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.venv/ +face-detection-caffe/ +face-detection/dataset/* +face-detection/trainer/* |