housekeeping

This commit is contained in:
2025-06-24 01:31:19 +00:00
parent 3dd482f7d6
commit 0d2dea4eff
3 changed files with 23 additions and 23 deletions

2
.vscode/launch.json vendored
View File

@ -20,7 +20,7 @@
},
{
"name": "Python: FastAPI",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "brewman",
"args": [],

View File

@ -1,5 +1,5 @@
{
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.12/bin/python",
"python.interpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.13/bin/python",
"files.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,
@ -13,5 +13,6 @@
"**/node_modules": true,
"**/package-lock.json": true,
"/overlord/.angular/**": true,
}
},
"makefile.configureOnOpen": false
}