update gitingore for models dir

This commit is contained in:
Marko Djordjevic 2026-02-19 00:01:22 +01:00
parent 26f2c44509
commit adb93a2d2e

4
.gitignore vendored
View file

@ -14,3 +14,7 @@ __pycache__/
*.pkl *.pkl
mlruns mlruns
AI-grep/ AI-grep/
# Allow training model source package (not artifacts)
!services/ml/training/models/
!services/ml/training/models/**