{ "$schema": "https://json.schemastore.org/claude-code-settings.json", "permissions": { "allow": [ "Bash(node *)", "Bash(npm *)", "Bash(npx *)", "Bash(yarn *)", "Bash(pnpm *)", "Bash(python *)", "Bash(python3 *)", "Bash(pip *)", "Bash(pip3 *)", "Bash(pytest *)", "Bash(uv *)", "Bash(poetry *)", "Bash(make *)", "Bash(docker *)", "Bash(docker compose *)" ], "deny": [ "Bash(git *)", "Read(.env)", "Read(.env.*)", "Read(**/.ssh/**)", "Read(**/.aws/**)", "Read(**/secrets/**)", "Read(**/*.pem)", "Read(**/*.key)", "Read(**/*.p12)", "Read(**/*.pfx)", "Bash(sudo *)", "Bash(rm -rf /)", "Bash(reboot *)", "Bash(shutdown *)" ] }, "tools": { "allowed": ["Read", "Bash", "Write", "WebSearch"] }, "env": { "NODE_ENV": "development", "PYTHONUNBUFFERED": "1", "PYTHONDONTWRITEBYTECODE": "1" } }