Update .gitignore & remove .vscode

This commit is contained in:
2022-11-24 00:19:14 +01:00
parent ec17770280
commit 04612273f4
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@@ -68,3 +68,4 @@ target/
.ipynb_checkpoints/*
result_images/*
.vscode/*

View File

@@ -1,7 +0,0 @@
{
"python.testing.pytestArgs": [
"bayesclass"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}