From fdee45bda04d7782cec85bd313fd086de8824927 Mon Sep 17 00:00:00 2001 From: liaozhaorun <1300336796@qq.com> Date: Mon, 13 Oct 2025 15:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b587b99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +/data/ +/data-copy/ +**/.ipynb_checkpoints/ +/.virtual_documents/ +/stocks_list.csv +/.idea/NewStock.iml +/main/train/catboost_model +/main/train/catboost_info +/.idea +catboost_info +.vscode +model +# 屏蔽任何位置的 __pycache__ 文件夹 +**/__pycache__/ + +# 屏蔽任何位置的「.名字」隐藏文件夹 +**/.* + +!.gitignore +!.git \ No newline at end of file