settings.local.json 600 B

123456789101112131415161718192021222324
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(rg:*)",
  5. "Bash(rg:*)",
  6. "Bash(find:*)",
  7. "Bash(mkdir:*)",
  8. "Bash(cp:*)",
  9. "Bash(grep:*)",
  10. "Bash(python:*)",
  11. "Bash(source:*)",
  12. "Bash(ls:*)",
  13. "Bash(.venv/Scripts/activate)",
  14. "Bash(.venv/Scripts/python.exe -m data_pipeline:*)",
  15. "Bash(.venv/Scripts/python.exe data_pipeline/training_data/run_training.py:*)",
  16. "Bash(.venv/Scripts/python.exe:*)",
  17. "Bash(mv:*)",
  18. "Bash(rm:*)",
  19. "Bash(.venv/bin/python:*)",
  20. "Bash(./.venv/Scripts/python.exe:*)"
  21. ],
  22. "deny": []
  23. }
  24. }