diff --git a/.claude/settings.local.json b/.claude/settings.json similarity index 69% rename from .claude/settings.local.json rename to .claude/settings.json index c4adab7..fe4fd07 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.json @@ -7,9 +7,9 @@ "Bash(uv run ruff:*)", "Bash(uv run mypy:*)", "Bash(./lint.sh:*)", - "Bash(uv run tobcloud --help:*)", - "Bash(uv run tobcloud on --help:*)", - "Bash(uv run tobcloud off --help:*)", + "Bash(uv run dropkit --help:*)", + "Bash(uv run dropkit on --help:*)", + "Bash(uv run dropkit off --help:*)", "Bash(git add:*)", "Bash(git commit:*)" ], diff --git a/.gitignore b/.gitignore index 30a8a26..f7c71d9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ dropkit/_version.txt # Git worktrees .worktrees/ + +# Claude Code local settings +.claude/settings.local.json