Files
scientific-surfing/.claude/settings.local.json
2025-10-16 14:59:06 +08:00

16 lines
320 B
JSON

{
"permissions": {
"allow": [
"Bash(poetry init:*)",
"Bash(mkdir:*)",
"Bash(python:*)",
"Bash(poetry run python:*)",
"Bash(del test_upgrade.py)",
"Bash(git add .)",
"Bash(git commit -m \"Initial commit with Python .gitignore\")"
],
"deny": [],
"ask": []
}
}