From e7b688d71d9fbf78872c542b037ce2368a5cc84c Mon Sep 17 00:00:00 2001 From: zaqxs123456 <18200842@life.hkbu.edu.hk> Date: Thu, 3 Oct 2024 11:42:19 +0800 Subject: [PATCH] gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..9ac9695 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,8 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# dataset folder and everything in it recursively +FencersKeyPoints/* + +# output folder +output/* \ No newline at end of file