diff --git a/.gitignore b/.gitignore index 9b2f332..84a9075 100644 --- a/.gitignore +++ b/.gitignore @@ -164,4 +164,5 @@ legacy/ data/ *.svg .DS_Store -.VSCodeCounter/ \ No newline at end of file +.VSCodeCounter/ +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d99f2f3..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter" - }, - "python.formatting.provider": "none" -} \ No newline at end of file