__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.benchmarks/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.bin

# lockfile not tracked for a library — resolve fresh against current deps
uv.lock

# jupytext-built notebooks (source is the .md) + mkdocs build
docs/*.ipynb
site/
.cache/

# editors
.idea/
.vscode/

.claude/worktrees/
.DS_Store
