From 1454058acc4ed135189aece9e0e7eda0d61fa79f Mon Sep 17 00:00:00 2001 From: "bahawal.baloch" Date: Wed, 1 Apr 2026 12:21:12 +0500 Subject: [PATCH] Update .gitignore to exclude all model files and alerts directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c71fae2..7f7bad5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env -yolov8n.pt +*.pt +alerts/ \ No newline at end of file