Spaces:
Runtime error
Runtime error
Ken Sang Tang commited on
Update .gitignore
Browse files- .gitignore +7 -1
.gitignore
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
__pycache__/
|
| 2 |
*.pyc
|
| 3 |
.env
|
| 4 |
-
config/config.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
*.pyc
|
| 3 |
.env
|
| 4 |
+
config/config.toml
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
# config/config.toml
|
| 8 |
+
# Example config for OpenManus2
|
| 9 |
+
|
| 10 |
+
OPENMANUS_ENDPOINT_URL = "https://your-backend-api.com/openmanus"
|