Spaces:
Runtime error
Runtime error
Commit ·
98ffa8e
1
Parent(s): 7ad4ce0
Ignore local secrets and runtime dirs
Browse files- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -16,3 +16,9 @@ backend/worker/uploads/
|
|
| 16 |
**/__pycache__/
|
| 17 |
*.pyc
|
| 18 |
.DS_Store
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
**/__pycache__/
|
| 17 |
*.pyc
|
| 18 |
.DS_Store
|
| 19 |
+
|
| 20 |
+
# local secrets + runtime junk
|
| 21 |
+
backend/credentials.json
|
| 22 |
+
backend/token.json
|
| 23 |
+
backend/worker/tmp/
|
| 24 |
+
backend/worker/uploads/
|