diff --git a/.gitignore b/.gitignore index 6a18ad4..d2fd466 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,5 @@ ENV/ # Rope project settings .ropeproject +# IDEs and editors +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6bd93e6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "env/bin/python" -} \ No newline at end of file