feat: add models/ and *.pkl to .gitignore, remove tracked model files from git history
This commit is contained in:
parent
4ba1327a53
commit
ea89543c0f
91 changed files with 2 additions and 202 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,6 +8,8 @@ build
|
|||
.env*.local
|
||||
.DS_Store
|
||||
data/
|
||||
models/
|
||||
__pycache__/
|
||||
*.pkl
|
||||
mlruns
|
||||
AI-grep/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue