diff --git a/backend/.claude/settings.local.json b/backend/.claude/settings.local.json deleted file mode 100644 index e1a2aec..0000000 --- a/backend/.claude/settings.local.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(make lint:*)" - ] - } -} diff --git a/backend/.gitignore b/backend/.gitignore index d21cba4..231ce2b 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -20,3 +20,6 @@ config.yaml # Langgraph .langgraph_api + +# Claude Code settings +.claude/settings.local.json