From 04612273f47bce376eb60ee1a0f29f4c9a9f19fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Thu, 24 Nov 2022 00:19:14 +0100 Subject: [PATCH] Update .gitignore & remove .vscode --- .gitignore | 1 + .vscode/settings.json | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .vscode/settings.json 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