Files
eng-bot-mitrics/.claude/settings.local.json

14 lines
283 B
JSON
Raw Permalink Normal View History

2025-12-11 19:58:49 +03:00
{
"permissions": {
"allow": [
"Bash(python3 -m django:*)",
"Bash(pip3 install:*)",
"Bash(python3:*)",
"Bash(source venv/bin/activate)",
"Bash(pip install:*)",
"Bash(django-admin startproject:*)",
"Bash(python manage.py:*)"
]
}
}