checkhandpi/.claude/settings.local.json
2025-08-11 13:15:21 +08:00

19 lines
382 B
JSON

{
"permissions": {
"allow": [
"Bash(git checkout:*)",
"Bash(python3:*)",
"Bash(source:*)",
"Bash(pip install:*)",
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(rm:*)",
"Bash(python:*)",
"Bash(./start_service.sh:*)",
"Bash(./start_robot_client.sh:*)",
"Bash(timeout:*)",
"Bash(ls:*)"
],
"deny": []
}
}