settings.local.json 582 B

123456789101112131415161718192021
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(python3:*)",
  5. "Bash(python:*)",
  6. "Bash(ls /c/Python*)",
  7. "Read(//usr/local/**)",
  8. "Bash(cmd //c where python)",
  9. "Bash(py --version)",
  10. "Bash(py -c \"import pandas; print\\(''pandas ok''\\)\")",
  11. "Bash(py:*)",
  12. "Bash(ls D:/work/project/cyb50-quant/cat-fly/t1/*.py)",
  13. "Bash(ls D:/work/project/cyb50-quant/cat-fly/t1/*.csv)",
  14. "Bash(cd:*)",
  15. "Bash(openspec new:*)",
  16. "Bash(openspec status:*)",
  17. "Bash(openspec instructions:*)",
  18. "Bash(openspec list:*)"
  19. ]
  20. }
  21. }