diff --git a/.gitignore b/.gitignore index bd5df5dddd..9dcdf030d3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ venv relay pip-wheel-metadata .mypy_cache +.vscode/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ba2472c4c9..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.pythonPath": ".venv/bin/python", - "python.formatting.provider": "black", - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true -}