diff --git a/.gitignore b/.gitignore index 1c8b888ac..92ee54f30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ build *.pyc *~ +.vscode + #*# doc/_build/ dist/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8312e86cc..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "python.linting.pylamaEnabled": false, - "python.linting.pylintEnabled": true, - "python.linting.enabled": true -} \ No newline at end of file