Files
2026-08-12 12:17:36 +08:00

22 lines
357 B
Plaintext

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