itcloud/.claude/settings.local.json

12 lines
445 B
JSON

{
"permissions": {
"allow": [
"Bash(dir:*)",
"Bash(grep:*)",
"Bash(.venvScriptspython -m pytest tests/test_security.py -v --tb=short)",
"Bash(cmd.exe /c \"cd c:\\\\Users\\\\leonk\\\\Documents\\\\code\\\\itcloud\\\\backend && ..\\\\.venv\\\\Scripts\\\\python -m pytest tests/test_security.py -v --tb=short\")",
"Bash(../\".venv/Scripts/python.exe\" -m pytest tests/test_security.py -v --tb=short)"
]
}
}