From 5b47ab1deabba01143e7dff23b533503e8d2afb7 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sat, 21 Mar 2026 16:46:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitigore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index fe2d6ea..c261f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,12 @@ -# cache -__pycache__* -*.egg-info +# Ignore everything +* -# dataset -dataset/* -output/* +# Allow directories to be traversed +!*/ -# tokenzier -tokenizer.json - -# test unit -test* +# Allow specific file types and root files +!*.py +!*.md +!*.png +!LICENSE +!pyproject.toml \ No newline at end of file