TG-PlatformPlus/.claude/settings.local.json

13 lines
397 B
JSON

{
"permissions": {
"allow": [
"Bash(python3 -c ' *)",
"Bash(sqlite3 data.db \"PRAGMA table_info\\(task_instruction\\);\")",
"Bash(venv/Scripts/python.exe -c ' *)",
"Bash(venv/Scripts/python.exe -c \"import py_compile; py_compile.compile\\('taskForm.py', doraise=True\\)\")",
"Bash(venv/Scripts/pip list *)",
"Bash(venv/Scripts/pip install *)"
]
}
}