From f3551f7abfd74ac6faa822a6a200114759b3dcdb Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Mon, 8 Jan 2024 16:53:57 +0000 Subject: [PATCH] discard sandbox notebooks and outputs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02f9bbe..63ebe2c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,6 @@ Pipfile.lock .idea/ deepface.egg-info/ tests/dataset/*.pkl -tests/sandbox.ipynb +tests/*.ipynb +tests/*.csv *.pyc