Files
yidaima_tools/.claude/settings.local.json

11 lines
313 B
JSON
Raw Permalink Normal View History

2026-04-09 14:55:54 +08:00
{
"permissions": {
"allow": [
"Bash(pyinstaller yidaima.spec --clean)",
"Bash(del /q /s dist\\\\\\\\* build\\\\\\\\*)",
"Bash(powershell -Command \"Remove-Item -Path dist\\\\\\\\* -Recurse -Force; Remove-Item -Path build\\\\\\\\* -Recurse -Force\")",
"Bash(ls -la *.py)"
]
}
}