Removes Unnecessary Dote Files

This commit is contained in:
2022-12-09 21:58:20 -03:00
parent 87242755ea
commit 19b9b0526e
2 changed files with 2 additions and 11 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@
*.pyc *.pyc
.secret .secret
.vscode/

11
.vscode/settings.json vendored
View File

@@ -1,11 +0,0 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}