Merge pull request #3 from HideyoshiNakazone/develop

Removes Unnecessary Dote Files
This commit is contained in:
2022-12-09 21:59:30 -03:00
committed by GitHub
2 changed files with 2 additions and 11 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@
*.pyc
.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
}