From 8356734742af2d4b92c9e92dfe04cdd65621d920 Mon Sep 17 00:00:00 2001 From: liaibo Date: Thu, 25 Dec 2025 18:58:19 +0800 Subject: [PATCH] chore: ignore large model artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 52cc1391..383ef2ed 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ temp/ .venv/ **/__pycache__/ __pycache__/ +# 大模型文件,防止超出 LFS 配额 +services/mineru/models/ +*.safetensors