小白龙 Bailongma - 初始提交
自主操作员与思考搭档系统。 包含 orchestrator-v2 多Agent编排层、后台意识引擎、记忆系统、ACUI 组件。
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Bailongma - Git Ignore
|
||||
|
||||
## Electron / Runtime
|
||||
Bailongma.exe
|
||||
*.dll
|
||||
*.pak
|
||||
*.bin
|
||||
icudtl.dat
|
||||
LICENSES.chromium.html
|
||||
sources/
|
||||
*.pak
|
||||
*.dat
|
||||
|
||||
## Node
|
||||
node_modules/
|
||||
.cache/
|
||||
|
||||
## Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
## OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
## Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
## Build output
|
||||
dist/
|
||||
out/
|
||||
|
||||
## IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user