pyproject.toml named the distribution rustyhdf5 while the extension module is clawhdf5, and the package's tests imported rustyhdf5, so pytest failed at collection. Distribution, module-name and tests now agree; the module gains __version__. maturin develop + pytest: 28 pass. Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
/target
|
|
Cargo.lock
|
|
benchmarks/longmemeval/*.json
|
|
|
|
# Local model weights (MiniLM etc.) — large, not committed
|
|
weights/
|
|
.venv
|
|
__pycache__/
|
|
.pytest_cache/
|