From 9be38aa44e61338ca44b8949993fe4df17a39d39 Mon Sep 17 00:00:00 2001 From: YANG JIANKUAN Date: Sat, 18 Jul 2026 19:25:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20models/=20=E7=A7=BB?= =?UTF-8?q?=E5=87=BA=20git=20=E8=BF=BD=E8=B8=AA=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 模型文件体积大(~600MB),改由 bootstrap.sh 按需下载 Co-Authored-By: Claude Fable 5 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42c5051 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# whisper 模型(体积大,用 bootstrap.sh 自动下载) +models/ + +# 自签证书(每台机器用 gen-cert.sh 生成) +certs/ + +# 系统文件 +.DS_Store