mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Add LangGraph runtime files to Python.gitignore
This commit is contained in:
parent
dcc0fc7bc2
commit
39954fc5bc
@ -196,6 +196,11 @@ cython_debug/
|
|||||||
# Learn more at https://abstra.io/docs
|
# Learn more at https://abstra.io/docs
|
||||||
.abstra/
|
.abstra/
|
||||||
|
|
||||||
|
# LangGraph
|
||||||
|
# LangGraph stores local API runtime files used during development.
|
||||||
|
# Learn more at https://docs.langchain.com/langgraph
|
||||||
|
.langgraph_api/
|
||||||
|
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
||||||
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user