Files
ArchGPUFrontend/.claude/settings.local.json
2025-09-18 03:41:48 +02:00

21 lines
508 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(rm:*)",
"Bash(python:*)",
"Bash(uv install:*)",
"Bash(uv sync:*)",
"Bash(uv run:*)",
"Edit(**)",
"Bash(mkdir:*)",
"Bash(sqlite3:*)",
"Bash(pkill:*)",
"Bash(true)",
"Bash(curl:*)",
"Bash(APP_PORT=8081 uv run:*)"
],
"deny": []
},
"defaultMode": "bypassPermissions"
}