commit eaf40228039a50dce978af219261623a158b5811 Author: yangfan <784310601@qq.com> Date: Thu Apr 23 16:50:46 2026 +0800 init project 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