diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..526dd59 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "ask": [ + "Edit(CHANGELOG.md)", + "Write(CHANGELOG.md)", + "Edit(pyproject.toml)", + "Write(pyproject.toml)" + ] + } +} diff --git a/.gitignore b/.gitignore index 9a6bfa1..78e4f89 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__ artifacts/ *.egg-info dist/ -build/ \ No newline at end of file +build/ +.mcp.json