diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722d5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index c22c7f1..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ - "python.pythonPath": "python2", - "python.linting.pylintPath": "pylint2", - "python.linting.flake8Path": "flake8-python2", - "python.formatting.autopep8Path": "autopep8-python2", - "python.formatting.yapfPath": "yapf2", -} \ No newline at end of file