Files
app/.claude/settings.local.json
2025-08-17 04:00:21 +00:00

13 lines
209 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(python run_tests.py:*)",
"Bash(source:*)",
"Bash(pytest:*)",
"Bash(python:*)"
],
"deny": [],
"ask": []
}
}