Files
ShowenV2/.gitignore
pulsareonbot 0c625a0c9a fix: 模型文件不进 git (加 .gitignore, 从索引移除 3.2GB gguf)
模型文件通过 model_manager.rs 清单里的 URL 在线下载,
不随 git 仓库分发。.gitignore 新增 model_download/ model_store/。
2026-07-06 12:41:36 +08:00

13 lines
182 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
target/
.claude/
*.swp
*.swo
*~
# 模型文件不进 git只保留下载链接在 model_manager.rs 清单里
model_download/
model_store/
# 测试脚本
.test_*.sh
.chat_req.json