Add VSCode config

This commit is contained in:
2022-05-16 11:08:15 +12:00
parent 631241bafb
commit dd825d62ed
4 changed files with 32 additions and 6 deletions

6
.gitignore vendored
View File

@@ -1,5 +1,7 @@
.vscode
# Cached python code
__pycache__
# Cached test code
.pytest_cache
.pytest_cache
# Coverage reports
.coverage
coverage.xml