modify gitignore

This commit is contained in:
oscarz
2025-03-17 11:32:01 +08:00
parent f43cd53159
commit 246c6a27aa
2 changed files with 21 additions and 39 deletions

View File

@ -1,14 +1,14 @@
# 忽略 log 目录
log/
# 其他已有的忽略规则
*.pyc
__pycache__/
data/
result/
# 忽略环境配置文件
.env
# 忽略所有 log 目录 和 data 目录
**/log/
**/data/
**/result/
reports_em/json_data/
reports_em/pdfs/
reports_em/raw/
# 忽略 Python 编译文件
*.pyc
# 忽略环境配置文件
.env