feat: 초기 프로젝트 구조 추가

This commit is contained in:
Kim Min Jae
2026-06-10 16:18:41 +09:00
parent 5d985560c5
commit a48a4b5fe5
100 changed files with 10530 additions and 0 deletions

View 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 ' *)"
]
}
}