cosmo/.claude/settings.local.json

29 lines
634 B
JSON

{
"permissions": {
"allow": [
"Bash(python -m venv:*)",
"Bash(./venv/bin/pip install:*)",
"Bash(./venv/bin/python:*)",
"Bash(curl:*)",
"Bash(python3:*)",
"Bash(npm create:*)",
"Bash(npm install:*)",
"Bash(yarn install)",
"Bash(yarn add:*)",
"Bash(npx tailwindcss:*)",
"Bash(yarn dev)",
"Bash(yarn remove:*)",
"Bash(n:*)",
"Bash(sudo n:*)",
"Bash(node --version:*)",
"Bash(npm run build:*)",
"Bash(yarn build)",
"Bash(source:*)",
"Bash(python:*)",
"Bash(uvicorn:*)"
],
"deny": [],
"ask": []
}
}