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 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7bc84b4..702c38e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,6 @@
 /.conda
 /docs
 /out*
-__pycache__
\ No newline at end of file
+/packages
+__pycache__
+/static/
\ No newline at end of file

--
Gitblit v1.9.1