Adding web tools to main agent
Browse files- .gitignore +6 -1
.gitignore
CHANGED
@@ -2,4 +2,9 @@
|
|
2 |
notebooks/
|
3 |
.venv/
|
4 |
|
5 |
-
*__pycache__*
|
|
|
|
|
|
|
|
|
|
|
|
2 |
notebooks/
|
3 |
.venv/
|
4 |
|
5 |
+
*__pycache__*
|
6 |
+
|
7 |
+
tools/__pycache__
|
8 |
+
agents/__pycache__
|
9 |
+
|
10 |
+
*.pyc
|