diff --git a/.gitignore b/.gitignore index 46d3ba03..1e2decfd 100644 --- a/.gitignore +++ b/.gitignore @@ -298,3 +298,6 @@ paket-files/ #pytest .pytest_cache/ + +#vscode +.vscode/* \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1e554f7e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ - "python.envFile": "${workspaceRoot}/env", - "files.exclude": { - "**/*__pycache__": true, - "**/*.egg-info": true - }, - "python.pythonPath": "C:\\Users\\gsaral\\AppData\\Local\\Programs\\Python\\Python37-32\\python.exe" -} \ No newline at end of file