workflow improv
This commit is contained in:
parent
29d5218f97
commit
4058b4814d
3 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.pyc
|
||||
__pycache__
|
||||
.mypy_cache
|
||||
.venv
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"python.formatting.provider": "black"
|
||||
}
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
pygame==2.1.3
|
||||
soundcard==0.4.2
|
Loading…
Add table
Reference in a new issue