diff --git a/.gitignore b/.gitignore index b6e4761..cd97309 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ dmypy.json # Pyre type checker .pyre/ +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f92a373..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "python.pythonPath": "/home/miles/.local/share/virtualenvs/shynet-L7oRCOdf/bin/python", - "spellright.language": [ - "en_US", - "ru_RU" - ], - "spellright.documentTypes": [ - "markdown", - "latex", - "plaintext" - ] -} \ No newline at end of file