From 0a213c0f24c7088b60c4990242814c7abc9b5be8 Mon Sep 17 00:00:00 2001 From: Martin <1500595+bmmtstb@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:47:13 +0100 Subject: [PATCH] Add results and data to gitignore Signed-off-by: Martin <1500595+bmmtstb@users.noreply.github.com> --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31ac288..c108fe4 100644 --- a/.gitignore +++ b/.gitignore @@ -160,7 +160,7 @@ cython_debug/ .idea/ # data folder -/data/ +/data # git submodules /AlphaPose_Fork/ @@ -176,4 +176,7 @@ cython_debug/ /docs/_build # coverage and automated files -/coverage/ \ No newline at end of file +/coverage/ + +# results generated by the module +/results/ \ No newline at end of file