This commit is contained in:
2026-04-24 08:13:25 +02:00
parent c2c2a7ef63
commit d4825553a9
3 changed files with 26 additions and 1 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
{
"permissions": {
"allow": [
"Bash(.venv/Scripts/python.exe -c ' *)"
"Bash(.venv/Scripts/python.exe -c ' *)",
"Bash(ls -la \"U:\\\\\\\\Medevio\\\\\\\\60 ScansProcessing\")",
"Bash(find \"U:\\\\\\\\Medevio\\\\\\\\60 ScansProcessing\" -type f)",
"Bash(grep -E '\\\\.\\(py|json|txt|md|yaml|yml\\)$')",
"Bash(ls -la \"U:\\\\\\\\Medevio\\\\\\\\60 ScansProcessing\\\\\\\\Processed\" \"U:\\\\\\\\Medevio\\\\\\\\60 ScansProcessing\\\\\\\\ToProcess\")"
]
}
}