Spaces:
Paused
Paused
jeevan
commited on
Commit
•
dcd072b
1
Parent(s):
bc453aa
gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/
|
2 |
__pycache__/*
|
3 |
.env
|
4 |
download-hf-model.ipynb
|
@@ -6,3 +6,4 @@ temp
|
|
6 |
start_qdrant_services.sh
|
7 |
requirements copy.txt
|
8 |
Dockerfile copy
|
|
|
|
1 |
+
venv/
|
2 |
__pycache__/*
|
3 |
.env
|
4 |
download-hf-model.ipynb
|
|
|
6 |
start_qdrant_services.sh
|
7 |
requirements copy.txt
|
8 |
Dockerfile copy
|
9 |
+
.venv/
|