*~
*.pyc
*.pyd
*.so
*.c
__pycache__/
build/
builddir/
dist/
*.egg-info/
.pdm-build/
.pdm-python
# Library, not app — see `~/.claude/PROJECT-SETUP-NOTES.md` under "Lockfile policy".
# CI and downstream users fresh-resolve against pyproject.toml's declared floors;
# committing pdm.lock would hide upstream breakage we want to see early.
pdm.lock
.python-version
.venv/
.spyproject/

# Cython HTML annotations (generated by `cython -a`)
wlsqm/fitter/*.html
wlsqm/utils/*.html
.claude/

# Regenerable artifact from examples/lapackdrivers_example.py.
# The PNG sibling IS committed (it's referenced from README.md), but the
# PDF is just for vector-quality printing and would just churn whenever
# someone reruns the example.
lapack_timings.pdf
# Old name produced by versions of the example before v1.0; kept for
# back-compat in case anyone has stale copies in their working tree.
figure1_latest.pdf
