feat: add models/ and *.pkl to .gitignore, remove tracked model files from git history

This commit is contained in:
Marko Djordjevic 2026-02-18 10:55:48 +01:00
parent 4ba1327a53
commit ea89543c0f
91 changed files with 2 additions and 202 deletions

2
.gitignore vendored
View file

@ -8,6 +8,8 @@ build
.env*.local
.DS_Store
data/
models/
__pycache__/
*.pkl
mlruns
AI-grep/