diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0967ef4..c6c5962 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1 +1,11 @@ -{} +{ + "permissions": { + "allow": [ + "Bash(go test:*)", + "Bash(golangci-lint run:*)", + "Bash(git restore:*)", + "Bash(git add:*)", + "Bash(git commit:*)" + ] + } +} diff --git a/.gitignore b/.gitignore index 28f77b8..c27aa0f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,5 @@ clients/python/*.egg-info/ clients/lisp/**/*.fasl # manual testing -/run/ \ No newline at end of file +/run/ +.env