fix: deleted .vscode/

This commit is contained in:
Arduinum
2025-12-24 13:07:44 +03:00
committed by Arduinum628
parent dd5d7ac2d9
commit b82096ced1
2 changed files with 1 additions and 5 deletions

2
.gitignore vendored
View File

@@ -186,7 +186,7 @@ cython_debug/
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # 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, # 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 # you could uncomment the following to ignore the entire vscode folder
# .vscode/ .vscode/
# Ruff stuff: # Ruff stuff:
.ruff_cache/ .ruff_cache/

View File

@@ -1,4 +0,0 @@
{
"python-envs.defaultEnvManager": "ms-python.python:pyenv",
"python-envs.pythonProjects": []
}