Files
Kecalek_python/.claude/settings.local.json
2026-03-11 16:54:14 +01:00

19 lines
338 B
JSON

{
"permissions": {
"allow": [
"Bash(python3:*)",
"Bash(ls:*)",
"Bash(pip3 show:*)",
"Bash(.venv/bin/python3:*)",
"Bash(python:*)",
"Bash(wc:*)",
"Bash(grep:*)",
"Bash(chmod:*)",
"Bash(find:*)",
"Bash(fc-list:*)",
"Bash(sudo ls:*)",
"Bash(mkdir:*)"
]
}
}