Initial Commit

This commit is contained in:
2023-09-08 19:05:37 +03:00
commit 7e60195cb7
185 changed files with 27107 additions and 0 deletions

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

@@ -0,0 +1,13 @@
{
"recommendations": [
"ms-python.flake8",
"ms-python.vscode-pylance",
"ms-python.python",
"donjayamanne.python-environment-manager",
"kevinrose.vsc-python-indent",
"ms-azuretools.vscode-docker",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"ms-azuretools.vscode-docker"
]
}