Files
executor/.claude/settings.local.json

14 lines
239 B
JSON

{
"permissions": {
"allow": [
"Bash(python manage.py:*)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(uv add:*)",
"Bash(python test:*)",
"Bash(python:*)"
],
"deny": [],
"ask": []
}
}