chore: 将 models/ 移出 git 追踪并添加 .gitignore
模型文件体积大(~600MB),改由 bootstrap.sh 按需下载 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# whisper 模型(体积大,用 bootstrap.sh 自动下载)
|
||||
models/
|
||||
|
||||
# 自签证书(每台机器用 gen-cert.sh 生成)
|
||||
certs/
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user