Files
fx-quant/.claude/settings.local.json
T

24 lines
604 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(python3:*)",
"Bash(pip install:*)",
"Bash(python -c:*)",
"Bash(python -m pip install:*)",
"Bash(python:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git -C /c/Users/brent/Documents/Projects/fx-quant log --oneline -10)",
"Bash(where:*)",
"Bash(docker build:*)",
"Bash(docker-compose build:*)",
"Bash(docker-compose up:*)",
"Bash(docker-compose down:*)",
"Bash(docker-compose logs:*)",
"Bash(echo:*)",
"Bash(docker exec:*)"
]
}
}