Spaces:
Starting
Starting
Commit
·
eb1fff4
1
Parent(s):
99589b3
Ignore local env/venv/cache files
Browse files- .gitignore +7 -0
.gitignore
CHANGED
|
@@ -13,3 +13,10 @@ __pycache__/
|
|
| 13 |
data/index/
|
| 14 |
data/docstore/
|
| 15 |
assets/*.{jpg,jpeg,png,gif,webp}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
data/index/
|
| 14 |
data/docstore/
|
| 15 |
assets/*.{jpg,jpeg,png,gif,webp}
|
| 16 |
+
.env
|
| 17 |
+
.venv/
|
| 18 |
+
__pycache__/
|
| 19 |
+
*.pyc
|
| 20 |
+
.data/
|
| 21 |
+
data/
|
| 22 |
+
runtime/
|