Files
AIcode/.claude/settings.local.json

14 lines
232 B
JSON
Raw Normal View History

2026-04-02 19:52:38 +08:00
{
"permissions": {
"allow": [
"Bash(py:*)",
"Bash(python math.py)",
"Bash(git remote:*)",
"Bash(git config:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
]
}
}