Spaces:
Sleeping
Sleeping
cdupland commited on
Commit ·
a496cb2
1
Parent(s): b18be6c
Add git ignore
Browse files- .gitignore +5 -0
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/__pycache__/*
|
| 2 |
+
.files/*
|
| 3 |
+
/cache/*
|
| 4 |
+
.env
|
| 5 |
+
/faiss_index/*
|