From db90c5b69354e5fafd2512bc04e87e8a2e42eded Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Sun, 13 Oct 2024 17:16:15 +0800 Subject: [PATCH] chore: update .gitignore Add configuration directory for editors (Intellij IDEA and Visual Studio Code) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 982fd8d..dfc0e83 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ __pycache__/ .ruff_cache/ .venv/ dist/ + +.idea/ +.vscode/