feat: 초기 프로젝트 구조 추가
This commit is contained in:
17
.claude/settings.local.json
Normal file
17
.claude/settings.local.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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 ' *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user