From adb93a2d2e5ee1a655141916d862e9bf1f5b670f Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Thu, 19 Feb 2026 00:01:22 +0100 Subject: [PATCH] update gitingore for models dir --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3a60f20..1489f65 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ __pycache__/ *.pkl mlruns AI-grep/ + +# Allow training model source package (not artifacts) +!services/ml/training/models/ +!services/ml/training/models/**