Files
aihot/.claude/settings.local.json
2026-05-26 12:56:03 +08:00

15 lines
512 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:aihot.virxact.com)",
"Bash(Get-Content \"c:\\\\Users\\\\Chenwu\\\\OneDrive - AZCollaboration\\\\Desktop\\\\tmp\\\\ai_news_v1\\\\backend\\\\requirements.txt\")",
"Bash(Test-Path \"c:\\\\Users\\\\Chenwu\\\\OneDrive - AZCollaboration\\\\Desktop\\\\tmp\\\\ai_news_v1\\\\.env.example\")",
"Bash(pip show *)",
"Bash(pip install *)",
"Bash(docker --version)",
"Bash(psql --version)",
"Bash(python -c ' *)"
]
}
}