diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 12d5689..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(git log:*)", - "Bash(tox)", - "Bash(tox:*)", - "Bash(uv run tox)", - "Bash(uv run tox:*)", - "Bash(pytest)", - "Bash(pytest:*)", - "Bash(python -m pytest)", - "Bash(python -m pytest:*)", - "Bash(python -m mypy:*)", - "Bash(python3 -m pytest:*)", - "Bash(git add:*)", - "Bash(cat:*)", - "Bash(find:*)", - "Bash(mypy:*)", - "Bash(python -m py_compile:*)", - "Bash(tree:*)" - ], - "deny": [], - "ask": [] - } -}