From b82096ced1a5824b1f7085344bb7e9dcd06252cc Mon Sep 17 00:00:00 2001 From: Arduinum Date: Wed, 24 Dec 2025 13:07:44 +0300 Subject: [PATCH] fix: deleted .vscode/ --- .gitignore | 2 +- .vscode/settings.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 09be0ef..d6d15a0 100644 --- a/.gitignore +++ b/.gitignore @@ -186,7 +186,7 @@ cython_debug/ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder -# .vscode/ +.vscode/ # Ruff stuff: .ruff_cache/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b3193ba..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "python-envs.defaultEnvManager": "ms-python.python:pyenv", - "python-envs.pythonProjects": [] -}