diff --git a/.gitignore b/.gitignore
index 18b518458bdfd338c5076f54be3001cc0ecffab6..054cb9a4b07ba81a63e923373969b8988e01de02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 # Byte-compiled / optimized / DLL files
-.vscode
+.vscode/
 __pycache__/
 *.py[cod]
 *$py.class
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 24156e163621ca77eea08fc6abbcf5cefdc65e98..0000000000000000000000000000000000000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-    "python.pythonPath": "/home/s3rius/.cache/pypoetry/virtualenvs/lenochka-6E1S1fmY-py3.9/bin/python",
-    "python.linting.pylintEnabled": false,
-    "python.linting.flake8Enabled": true,
-    "python.linting.enabled": true,
-    "python.formatting.provider": "black"
-}