This commit is contained in:
2026-02-19 11:00:53 +09:00
commit ad91226e3f
11 changed files with 810 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(python3 -m venv venv)",
"Bash(./venv/bin/pip install:*)"
]
}
}