Files
Projektarbeit-MYP/.claude/settings.local.json

20 lines
375 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(pip install:*)",
"Bash(python3 -m pip install:*)",
"Bash(apt list:*)",
"Bash(python3:*)",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(python:*)",
"Bash(diff:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(rg:*)",
"Bash(find:*)"
],
"deny": []
}
}