From 60e32707c08f35f788ea559c770b58014d27476c Mon Sep 17 00:00:00 2001 From: gaze Date: Fri, 25 Apr 2025 10:44:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f161e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.idea +.vscode + +venv +.venv + +__pycache__ +*.pyc +*.pyo +*.pyd \ No newline at end of file