Spaces:
Running
Running
Commit
·
0a6b3fe
1
Parent(s):
9312c3a
Added .langgraph_api to .gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -13,6 +13,7 @@ __pycache__/
|
|
13 |
.mypy_cache/
|
14 |
.pytest_cache/
|
15 |
.ipynb_checkpoints/
|
|
|
16 |
.cache/
|
17 |
*.egg-info/
|
18 |
*.egg
|
|
|
13 |
.mypy_cache/
|
14 |
.pytest_cache/
|
15 |
.ipynb_checkpoints/
|
16 |
+
.langgraph_api/
|
17 |
.cache/
|
18 |
*.egg-info/
|
19 |
*.egg
|