leads-optimizer/.claude/settings.local.json

15 lines
447 B
JSON

{
"permissions": {
"allow": [
"Bash(pip install *)",
"Bash(python -m py_compile run.py airtable_client.py google_ads_client.py)",
"Bash(python -m py_compile run.py airtable_client.py slack_reporter.py)",
"Bash(python -m py_compile run.py)",
"Bash(python run.py)",
"Bash(git add *)",
"Bash(python migrate_leads_field.py)",
"Bash(python backfill_leads_google_mayo.py)"
]
}
}