.pytest_cache/
__pycache__/
notebooks/
.venv/
dist/
/wheelhouse/
docs/build/
data/*
!data/README.md
tests/data/*
tmp/
memray_flamegraphs/
.ipynb_checkpoints/

# pixi environments
.pixi
*.egg-info

# Maturin / extensions
*.so
*.pyd
*.dll

# Added by cargo

/target

# Claude Code worktrees
.claude/worktrees/

# dhat heap profiles emitted by `--features dhat-heap` benches into CWD
dhat-heap.json
