From 14f4c7027e6ca4851998659a48c8e8f86255f820 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:38:25 +0100 Subject: [PATCH] update gitignore --- .gitignore | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index fdf1dcd1..2a922416 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,19 @@ -data/ -*.mp4 .DS_Store -stereo calibration/check_chessboard_cells_size/* -pose estimation/animal_size_4k/* -pose estimation/top_down_model_4k_230713/* **/__pycache__/** *.MOV *.slp -bboxes labelling/notebook_sleap_extract_frames.py -bboxes labelling/annotations -tests/output/ +*.layout +*.json +*.png +*.mp4 + +/data/ +/bboxes_labelling/annotations +/stereo calibration/check_chessboard_cells_size/* +/pose estimation/animal_size_4k/* +/pose estimation/top_down_model_4k_230713/* + +/tests/output/ +# include mp4 files in tests/data dir +!/tests/data/*.mp4