diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..fce4b68 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,11 @@ +{ + "permissions": { + "allow": [ + "Bash(tree *)", + "Bash(wc *)", + "Bash(find *)", + "Bash(grep *)", + "Bash(uv run pytest*)" + ] + } +}