From 0fa4d17d268c949f301460c926b3913fb95100ee Mon Sep 17 00:00:00 2001 From: Yu Chengzhang Date: Mon, 23 Sep 2024 18:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=BF=BD=E8=A7=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09f33a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/model/__pycache__ +/dataset \ No newline at end of file