WIP: code cleanup

This commit is contained in:
2026-03-05 13:33:23 -05:00
parent a6ab9708a0
commit 3defce1365
14 changed files with 392 additions and 674 deletions

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

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"vibe_bot"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}