Adding web tools to main agent
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
.env
|
2 |
notebooks/
|
3 |
-
.venv/
|
|
|
|
|
|
1 |
.env
|
2 |
notebooks/
|
3 |
+
.venv/
|
4 |
+
|
5 |
+
*__pycache__*
|