Data_Extractor_Using_Gemini / .claude /settings.local.json
methunraj
feat: initialize project structure with core components
cfeb3a6
raw
history blame
368 Bytes
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(python test:*)",
"Bash(/usr/local/bin/python3:*)",
"Bash(ls:*)",
"Bash(rm:*)",
"Bash(python:*)",
"Bash(find:*)",
"mcp__zen__analyze",
"Bash(pkill:*)",
"Bash(touch:*)",
"Bash(docker build:*)",
"Bash(/dev/null)"
],
"deny": []
}
}