diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..bb53682 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(pip install:*)", + "Bash(python3:*)", + "Bash(./.venv/bin/pytest:*)", + "Bash(./.venv/bin/pip install:*)" + ] + } +}