From ec91450f56940a887cfc3bb852d960360b77a43a Mon Sep 17 00:00:00 2001 From: "bahawal.baloch" Date: Thu, 9 Apr 2026 18:47:35 +0500 Subject: [PATCH] chore: add checkpoints and logs directories to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 780af7c..55a3d39 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ alerts/ __pycache__ dataset/ -video_data/ \ No newline at end of file +video_data/ +checkpoints/ +logs/