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

24 lines
486 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:*)",
"Bash(git push:*)",
"Bash(sudo apt:*)",
"Bash(sudo apt install:*)",
"Bash(git lfs:*)"
],
"deny": []
}
}