This commit is contained in:
cupcakearmy 2020-12-13 16:15:28 +01:00
parent 59a6497240
commit 245ac20842
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
/node_modules
.mypy_cache
.venv
# Dev
.vscode
Test.md
.github/workflows

View File

@ -1,3 +0,0 @@
{
"python.pythonPath": ".venv/bin/python"
}