summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-04-22 23:23:31 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-04-22 23:23:31 +0530
commit4633e624fdc4e61928b8c7743d9bbd50c5d75a6a (patch)
treea70cb02e96274176785e04e309b059401bc69298 /.gitignore
parent95b861dc16d1a29200734fb42f4f4223d14d12f1 (diff)
face-detection cleanup+Adding .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
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/*