first commit

This commit is contained in:
2026-03-26 15:00:38 +01:00
parent 68b640eadb
commit 048220a6dc
13 changed files with 606 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(pip3 install:*)",
"Bash(python3 -m pip install python-docx)",
"Bash(python3:*)"
]
}
}