initial commit

This commit is contained in:
2025-06-20 00:57:47 +08:00
commit 19b5c1aef3
6 changed files with 275 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"ms-python.black-formatter",
"ms-python.pylint",
"ms-python.flake8"
]
}

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"cSpell.words": [
"Pycdc",
"Pynosaur",
"Uncompyle"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}