From acde3bd32f07bf02839a21e8fe5b4e69bfca2251 Mon Sep 17 00:00:00 2001 From: lyg <1543117173@qq.com> Date: 星期三, 14 五月 2025 10:37:00 +0800 Subject: [PATCH] docx文档拆分,文档段落实体词提取,存入mysql数据库。 --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 9256fae..702c38e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /docs /out* /packages -__pycache__ \ No newline at end of file +__pycache__ +/static/ \ No newline at end of file -- Gitblit v1.9.1