Commit
·
38330c2
1
Parent(s):
3085eb6
Update .gitignore to ignore database, finetuned model checkpoints, and ChromaDB files
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -21,6 +21,9 @@ chroma_db_kpi/
|
|
21 |
# Jupyter Notebook Checkpoints
|
22 |
.ipynb_checkpoints/
|
23 |
|
|
|
|
|
|
|
24 |
# Operating System files
|
25 |
.DS_Store
|
26 |
Thumbs.db
|
|
|
21 |
# Jupyter Notebook Checkpoints
|
22 |
.ipynb_checkpoints/
|
23 |
|
24 |
+
# Model checkpoints
|
25 |
+
fine-tuning/model_checkpoints/
|
26 |
+
|
27 |
# Operating System files
|
28 |
.DS_Store
|
29 |
Thumbs.db
|