fastapi-demo/.claude/settings.local.json

17 lines
321 B
JSON

{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(curl:*)",
"Bash(git init:*)",
"Bash(git remote:*)",
"Bash(git add:*)",
"Bash(git push:*)",
"Bash(pip install:*)",
"Bash(set ENVIRONMENT=development)",
"Bash(dir:*)"
],
"deny": [],
"ask": []
}
}