From e65be7d66866e54810b5869ef8a6dc520b4d31d4 Mon Sep 17 00:00:00 2001 From: czzhangheng Date: Thu, 11 Sep 2025 11:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitignore=E4=BB=A5=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E6=89=80=E6=9C=89=E6=95=B0=E6=8D=AE=E9=9B=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cb673bb..9de7b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -158,15 +158,26 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -.idea/ +#.idea/ +# 数据集文件屏蔽 .STDEN/ -yuan + exp/ STDEN/ models/gpt2/ pre-trained/ -data/* + +# 数据集文件类型屏蔽 +*.csv +*.npz +*.npy +*.pkl +*.h5 +*.hdf5 + +# 特定数据集目录屏蔽 data/PEMS08/ data/PEMSD8/ - +test_semantic.npy +test_spatial.npy \ No newline at end of file