DungeonCrawler/.claude/settings.json
Andre 4182eea3ac Add DungeonGate asset, Blender MCP config und Claude settings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 15:14:53 +02:00

25 lines
1.2 KiB
JSON

{
"permissions": {
"allow": [
"Bash(where python3:*)",
"Bash(where py:*)",
"Bash(ls /c/Python*/python.exe)",
"Read(//c/Users/sandr/AppData/Local/Programs/**)",
"Bash(where node:*)",
"Bash(where npm:*)",
"Read(//c/Program Files/nodejs/**)",
"Read(//c/Users/sandr/AppData/Roaming/**)",
"Bash(\"/c/Program Files/nodejs/node.exe\" -v)",
"Bash(cmd.exe /c \"where node\")",
"Bash(powershell.exe -Command \"Get-Command node -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source\")",
"Bash(powershell.exe -Command \"Get-Command python -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source\")",
"Bash(powershell.exe -Command \"Get-ChildItem -Path ''C:\\\\Program Files'',''C:\\\\Program Files \\(x86\\)'',''C:\\\\Users\\\\sandr\\\\AppData\\\\Local\\\\Programs'' -Filter ''python.exe'' -Recurse -ErrorAction SilentlyContinue | Select-Object -First 5 -ExpandProperty FullName\")",
"Bash(command -v uvx)",
"Bash(command -v uv)",
"Bash(where uvx:*)",
"Bash(where uv:*)",
"Bash(cmd.exe /c \"where uvx\")",
"Read(//c/Users/sandr/.claude/**)"
]
}
}