Files
a2f-service/.claude/settings.local.json
2025-12-25 15:36:35 +08:00

20 lines
367 B
JSON

{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(python run.py:*)",
"Bash(tree:*)",
"Bash(ls:*)",
"Bash(dir:*)",
"Bash(python:*)",
"Bash(cat:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(taskkill:*)",
"Bash(where python:*)",
"Bash(source:*)",
"Bash(curl:*)"
]
}
}