From eaf40228039a50dce978af219261623a158b5811 Mon Sep 17 00:00:00 2001 From: yangfan <784310601@qq.com> Date: Thu, 23 Apr 2026 16:50:46 +0800 Subject: [PATCH] init project --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8b3e5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Python +__pycache__/ +*.pyc +*.pyo +*.pyd + +# 虚拟环境 +venv/ +.env/ + +# PyCharm +.idea/ + +# 日志 +*.log + +# macOS +.DS_Store \ No newline at end of file