From 992d91359f4e4437ddba9843173254441c896918 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期四, 02 一月 2025 18:03:28 +0800
Subject: [PATCH] 报告生成文档清洗

---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7836932..2344cdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 venv
 dist
+data
 build
 main
 __pycache__
@@ -8,3 +9,5 @@
 .vscode
 .ipynb_checkpoints
 .pytest
+*.log
+*.log.*

--
Gitblit v1.8.0