diff --git a/.gitignore b/.gitignore index 948e2e563f..42830a6c0e 100644 --- a/.gitignore +++ b/.gitignore @@ -333,4 +333,7 @@ target/ *.info # ignore VS Code local history -.history/ \ No newline at end of file +.history/ + +# Ignore local settings for claude code AI agent +.claude/settings.local.json \ No newline at end of file