From afb6aa1cdb1915bb3d874b290742849f1a89a23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=AA=E7=8C=AB?= Date: Tue, 2 Sep 2025 22:30:44 +0800 Subject: [PATCH] add: ignore the .vscode directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2c19066..8bff7fc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /__pycache__ uv.lock .python-version +.vscode/ \ No newline at end of file