chore: initial commit

This commit is contained in:
2026-03-13 16:33:07 +01:00
commit 0843c1a443
28 changed files with 3040 additions and 0 deletions

14
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Flask",
"type": "debugpy",
"request": "launch",
"module": "judas_web",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"justMyCode": true
}
]
}