Files
BaiLongma/.gitignore
chengjiaxi 664ffb3834 小白龙 Bailongma - 初始提交
自主操作员与思考搭档系统。
包含 orchestrator-v2 多Agent编排层、后台意识引擎、记忆系统、ACUI 组件。
2026-05-22 19:22:06 +08:00

38 lines
307 B
Plaintext

# 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