first commit

This commit is contained in:
2026-06-13 14:58:21 +05:30
commit 6ec74f1c64
22 changed files with 1603 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(python3 -m venv:*)",
"Bash(source venv/bin/activate)",
"Bash(python:*)",
"Bash(pip install:*)"
]
}
}