From 2b523acc525d8d11ac73c63b4c39c887a2dac23d Mon Sep 17 00:00:00 2001 From: "1002142102@qq.com" <1002142102@qq.com> Date: Mon, 8 Dec 2025 15:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=BD=E7=95=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ .python-version | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 .python-version diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..defce932 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.vscode +.py +*.pyc +.venv \ No newline at end of file diff --git a/.python-version b/.python-version new file mode 100644 index 00000000..e4fba218 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12