From 4e0624b8ac6a2547018f70e137ab32baa7941f28 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期四, 15 五月 2025 18:49:09 +0800 Subject: [PATCH] 将生成DB代码中获取文档的部分调整为从数据库抽取对应章节 --- .gitignore | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 64c1b54..c535f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ /db.db -/out +/out_bak /doc /datas /.conda +/docs +/out* +/packages +__pycache__ +/static/ +*.log \ No newline at end of file -- Gitblit v1.9.1