Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -11,6 +11,7 @@
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
__pycache__/
|
||||
|
||||
.vscode
|
||||
.idea
|
||||
@@ -19,4 +20,11 @@
|
||||
.cursor/
|
||||
|
||||
mydoc/
|
||||
mytest/
|
||||
mytest/
|
||||
|
||||
# 日志文件
|
||||
backend/logs/
|
||||
*.log
|
||||
|
||||
# 上传文件
|
||||
backend/uploads/
|
||||
Reference in New Issue
Block a user