Spaces:
Sleeping
Sleeping
Commit ·
a3fb547
1
Parent(s): ac3ec82
chore: update gitignore to exclude cache files
Browse files- .gitignore +10 -1
.gitignore
CHANGED
|
@@ -1 +1,10 @@
|
|
| 1 |
-
.env
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
__pycache__/
|
| 3 |
+
*.pyc
|
| 4 |
+
*.pyo
|
| 5 |
+
.pytest_cache/
|
| 6 |
+
.mypy_cache/
|
| 7 |
+
.ruff_cache/
|
| 8 |
+
node_modules/
|
| 9 |
+
dist/
|
| 10 |
+
.vite/
|