Skip to content

Commit 52b1f76

Browse files
fix: add .pytest_cache to .gitignore (#11)
* fix(bin): correct misleading echo in install-rs These are library-only crates using cargo build, not cargo install. The "install complete" message was misleading — changed to "build complete". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * refactor(test): move Python tests to top-level tests/ directory Aligns with convention used by other dkdc-io repos (lm, bookmarks, sh) and ensures bin/test-py discovers tests via default pytest collection. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: add .pytest_cache to .gitignore --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8e5b2e6 commit 52b1f76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ __pycache__/
77
*.egg-info/
88
.venv/
99
.ruff_cache/
10+
.pytest_cache/
1011
.DS_Store

0 commit comments

Comments
 (0)