18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
# 运行时数据与本地环境
|
|
workspace/
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# 前端
|
|
ui-src/node_modules/
|
|
ui-src/dist/
|
|
|
|
# 构建产物
|
|
rag-local
|
|
|
|
# 模型推理引擎(LocalAI backend gallery 可重新拉取)
|
|
backends/
|
|
|
|
# 模型权重(大文件,不提交;*.yaml 配置保留提交)
|
|
models/*.gguf
|