settings.local.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(wc -l:*)",
  5. "Bash(pip install:*)",
  6. "Bash(py --version:*)",
  7. "Bash(py -m pip install:*)",
  8. "Bash(py -c:*)",
  9. "Bash(C:UserserwinAppDataLocalProgramsPythonPython314Scriptspip3.exe install aiosmtpd)",
  10. "Bash(/c/Users/erwin/AppData/Local/Programs/Python/Python314/Scripts/pip3.exe install:*)",
  11. "Bash(py -m py_compile:*)",
  12. "Bash(py smtp_server.py:*)",
  13. "Bash(SMTP_PORT=1025 py:*)",
  14. "Bash(set SMTP_PORT=1025:*)",
  15. "Bash(py send_simple_test_email.py:*)",
  16. "Bash(py smtp_relay_server.py:*)",
  17. "Bash(py:*)",
  18. "Bash(chcp:*)",
  19. "Bash(set:*)",
  20. "Bash(openspec new change:*)",
  21. "Bash(openspec status:*)",
  22. "Bash(openspec instructions proposal:*)",
  23. "Bash(openspec instructions design:*)",
  24. "Bash(openspec instructions specs:*)",
  25. "Bash(openspec instructions tasks:*)",
  26. "Bash(openspec instructions apply:*)",
  27. "Bash(.venv/Scripts/python -m pytest:*)",
  28. "Bash(.venv/Scripts/python -m unittest:*)",
  29. "Bash(.venv/Scripts/python -c:*)",
  30. "Bash(.venv/Scripts/pip install:*)",
  31. "Bash(../.venv/Scripts/python -m unittest:*)",
  32. "Bash(../.venv/Scripts/python:*)",
  33. "Bash(.venv/Scripts/python:*)",
  34. "Bash(.venv\\\\Scripts\\\\python:*)",
  35. "Bash(PYTHONPATH=cyb50-pro:$PYTHONPATH .venv/Scripts/python:*)",
  36. "Bash(/c/Users/erwin/AppData/Local/Programs/Python/Python314/python -c:*)",
  37. "Bash(PYTHONPATH=/d/work/project/cyb50-quant/cyb50-pro:/d/work/project/cyb50-quant /c/Users/erwin/AppData/Local/Programs/Python/Python314/python:*)",
  38. "Bash(/c/Users/erwin/AppData/Local/Programs/Python/Python314/python -m pip install:*)",
  39. "Bash(/c/Users/erwin/AppData/Local/Programs/Python/Python314/python:*)",
  40. "Bash(openspec archive change:*)",
  41. "Bash(openspec archive:*)",
  42. "Bash(/c/Users/erwin/AppData/Local/Programs/Python/Python314/python.exe:*)",
  43. "Bash(PYTHONPATH=. /c/Users/erwin/AppData/Local/Programs/Python/Python314/python.exe:*)",
  44. "Bash(git add:*)",
  45. "Bash(git check-ignore:*)",
  46. "Bash(git rm:*)"
  47. ]
  48. }
  49. }