14 lines
239 B
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": []
|
|
}
|
|
} |