first commit

This commit is contained in:
workD12
2026-09-11 19:47:15 +03:00
commit 32754a1fe2
56 changed files with 3836 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"chat.tools.terminal.autoApprove": {
"/^python3 --version && python3 -m venv \\.venv 2>&1 \\| tail -20; echo \"EXIT: \\$\\?\"$/": {
"approve": true,
"matchCommandLine": true
},
"/^which uv virtualenv pipx 2>/dev/null; python3 -m pip --version 2>&1 \\| head -2; ls /usr/bin/python3\\* 2>/dev/null$/": {
"approve": true,
"matchCommandLine": true
}
}
}