__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
# Don't ignore the cores/ shared libs — those are intentional test fixtures.
# But ignore other stray .so files:
*.so
!tests/cores/*.so
tests/fixtures/*.sav
tests/fixtures/*.state
.coverage
