chore: 将 models/ 移出 git 追踪并添加 .gitignore

模型文件体积大(~600MB),改由 bootstrap.sh 按需下载

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-18 19:25:07 +08:00
parent e42e2202b1
commit 9be38aa44e

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# whisper 模型(体积大,用 bootstrap.sh 自动下载)
models/
# 自签证书(每台机器用 gen-cert.sh 生成)
certs/
# 系统文件
.DS_Store