itcloud/.claude/settings.local.json

13 lines
483 B
JSON
Raw Normal View History

2025-12-30 13:35:19 +01:00
{
"permissions": {
"allow": [
2025-12-30 14:00:44 +01:00
"Bash(dir:*)",
2025-12-30 15:36:41 +01:00
"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\")",
2025-12-30 21:11:09 +01:00
"Bash(../\".venv/Scripts/python.exe\" -m pytest tests/test_security.py -v --tb=short)",
"Bash(python -m py_compile:*)"
2025-12-30 13:35:19 +01:00
]
}
}