new folder structure

This commit is contained in:
2025-09-29 09:17:13 +02:00
parent 38117ab875
commit 78fc6068fb
197 changed files with 3490 additions and 1117 deletions

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

@@ -0,0 +1,22 @@
{
"recommendations": [
"ms-python.python",
"ms-python.debugpy",
"ms-python.flake8",
"ms-python.black-formatter",
"ms-python.isort",
"ms-vscode.vscode-json",
"bradlc.vscode-tailwindcss",
"ms-vscode.vscode-docker",
"ms-python.pylint",
"ms-python.mypy-type-checker",
"charliermarsh.ruff",
"ms-vscode.test-adapter-converter",
"littlefoxteam.vscode-python-test-adapter",
"formulahendry.auto-rename-tag",
"esbenp.prettier-vscode",
"PKief.material-icon-theme",
"GitHub.copilot",
"GitHub.copilot-chat"
]
}