{
  "permissions": {
    "allow": [
      "Bash(python:*)",
      "Bash(python3:*)",
      "Bash(pip install:*)",
      "Bash(pip3 install:*)",
      "Bash(python -m pytest:*)",
      "Bash(python -m mypy:*)",
      "Bash(ruff:*)",
      "Bash(bash scripts/:*)",
      "Bash(git init:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(git log:*)",
      "Bash(git diff:*)",
      "Bash(git status:*)",
      "Bash(git stash:*)",
      "Bash(git branch:*)",
      "Bash(git checkout:*)",
      "Bash(git switch:*)",
      "Bash(wc -l:*)",
      "Bash(chmod +x:*)"
    ],
    "deny": [
      "Read(venv/**)",
      "Read(__pycache__/**)",
      "Read(.git/**)",
      "Read(node_modules/**)"
    ]
  }
}
