diff --git a/.gitignore b/.gitignore index 38f04dd..4b3f50b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/ +.vscode/ build/ scripts/ *.egg-info/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 5753cba..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "python.testing.unittestArgs": [ - "-v", - "-s", - "./test", - "-p", - "test*.py" - ], - "python.testing.pytestEnabled": false, - "python.testing.unittestEnabled": true, - "python.analysis.extraPaths": [ - "/Users/nsiemons/Drive/Code_projects/STEER/steer-core" - ] -} \ No newline at end of file