workflow improv

This commit is contained in:
Patrick 2023-02-15 22:37:35 +01:00
parent 29d5218f97
commit 4058b4814d
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.pyc
__pycache__
.mypy_cache
.venv

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"python.formatting.provider": "black"
}

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
pygame==2.1.3
soundcard==0.4.2