From 5ca4e7d48f2c21fb63df5433dad835de32332b0f Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期四, 14 十一月 2024 22:35:09 +0800 Subject: [PATCH] fix --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 7836932..52d2d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ venv dist +data build main __pycache__ @@ -8,3 +9,4 @@ .vscode .ipynb_checkpoints .pytest +*.log -- Gitblit v1.8.0