Skip to content

Commit 0f2ea37

Browse files
committed
fix tests
1 parent aed82f9 commit 0f2ea37

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ lockfiles/
6969

7070
# ruff cache
7171
.ruff_cache/
72+
73+
# Claude Code local state (commit settings.json, commands, skills, hooks)
74+
.claude/settings.local.json
75+
.claude/scheduled_tasks.lock

template/README.md.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ how it does it, and why people should use it.
1616
{% if pypi %}PyPI | `pip install {{distribution_name}}`
1717
{% endif %}{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
1818
{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>
19-
{% endif %}{% if add_claude %}Claude sandbox | [README-CLAUDE.md](./README-CLAUDE.md)
2019
{% endif %}Releases | <{{repo_url}}/releases>
2120

2221
This is where you should put some images or code snippets that illustrate

0 commit comments

Comments
 (0)