diff --git a/.gitignore b/.gitignore index 6fc652d..e0575f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # python stuff __pycache__ +.vscode # protect real config files config.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 97635f3..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "python.linting.pylintEnabled": true, - "python.linting.pycodestyleEnabled": false, - "python.linting.enabled": true -} \ No newline at end of file