diff --git a/.gitignore b/.gitignore index fc9ae62..633f356 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ target/ .ipynb_checkpoints/* result_images/* +.vscode/* diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 08adc73..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "python.testing.pytestArgs": [ - "bayesclass" - ], - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true -} \ No newline at end of file