From 40bb34b3eabab9450327f792f2eab73e718c57fb Mon Sep 17 00:00:00 2001 From: Ivan Chekanov <78589729+ichekanov@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:28:15 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Update=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be4f5e9..c9998ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ *.onnx +lab-4/task_2_faces/ +lab-4/task_3_1_references/ +lab-4/task_3_2_references/ +lab-4/task_2_faiss_index.index +lab-4/task_2_names.npy +lab-4/task_2_staff_photo.csv +lab-4/task_3_1_cache/dir_hash.txt +lab-4/task_3_1_cache/embeddings_cache.pkl # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,macos,windows,jupyternotebooks # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,python,macos,windows,jupyternotebooks @@ -264,4 +272,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,macos,windows,jupyternotebooks \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,macos,windows,jupyternotebooks -- GitLab