Omar Solano
commited on
Commit
Β·
3f59041
1
Parent(s):
a66a959
update gitignore
Browse files- .gitignore +4 -2
.gitignore
CHANGED
@@ -163,7 +163,7 @@ cython_debug/
|
|
163 |
|
164 |
.vscode/
|
165 |
notebooks/mini-llama-articles/
|
166 |
-
|
167 |
.huggingface
|
168 |
|
169 |
.DS_Store
|
@@ -171,4 +171,6 @@ scripts/ai-tutor-vector-db/
|
|
171 |
*.csv
|
172 |
*.json
|
173 |
*.jsonl
|
174 |
-
*.html
|
|
|
|
|
|
163 |
|
164 |
.vscode/
|
165 |
notebooks/mini-llama-articles/
|
166 |
+
data/chroma-db**/
|
167 |
.huggingface
|
168 |
|
169 |
.DS_Store
|
|
|
171 |
*.csv
|
172 |
*.json
|
173 |
*.jsonl
|
174 |
+
*.html
|
175 |
+
*.md
|
176 |
+
*.mdx
|