Files
ant-vision-inspector/.claude/settings.local.json
2026-06-10 16:18:41 +09:00

18 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python314/python.exe *)",
"Bash(python *)",
"Bash(.venv\\\\Scripts\\\\python.exe *)",
"PowerShell(& \".\\\\.venv\\\\Scripts\\\\python.exe\" -c \"import ast; ast.parse\\(open\\('gui/pages/settings_page.py', encoding='utf-8'\\).read\\(\\)\\); print\\('OK'\\)\")",
"PowerShell(& \".\\\\.venv\\\\Scripts\\\\python.exe\" -c \"import ast; ast.parse\\(open\\('logger.py', encoding='utf-8'\\).read\\(\\)\\); print\\('logger OK'\\)\")",
"PowerShell(& \".\\\\.venv\\\\Scripts\\\\python.exe\" -c \"import ast; ast.parse\\(open\\('gui/pages/inspect_page.py', encoding='utf-8'\\).read\\(\\)\\); print\\('inspect_page OK'\\)\")",
"WebSearch",
"PowerShell(& \".\\\\.venv\\\\Scripts\\\\python.exe\" -c \"import ast; ast.parse\\(open\\('gui/pages/register_page.py', encoding='utf-8'\\).read\\(\\)\\); print\\('OK'\\)\")",
"Bash(dir E:\\\\ANT\\\\*.py)",
"PowerShell(E:\\\\ANT\\\\.venv\\\\Scripts\\\\pip install pymelsec 2>&1 | Select-Object -Last 5)",
"Bash(.venv/Scripts/python -c ' *)"
]
}
}