Ken Sang Tang commited on
Commit
91e8fe1
·
verified ·
1 Parent(s): 3408f15

Update .gitignore

Browse files
Files changed (1) hide show
  1. .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"