.gitignore
.pre-commit-config.yaml
CLAUDE.md
README.md
pyproject.toml
uv.lock
.claude/skills/lint.md
.claude/skills/test.md
.github/workflows/ci.yml
.github/workflows/python-publish.yml
src/fixed_point_recorder.egg-info/PKG-INFO
src/fixed_point_recorder.egg-info/SOURCES.txt
src/fixed_point_recorder.egg-info/dependency_links.txt
src/fixed_point_recorder.egg-info/entry_points.txt
src/fixed_point_recorder.egg-info/requires.txt
src/fixed_point_recorder.egg-info/top_level.txt
src/fixedpoint/__init__.py
src/fixedpoint/_cassette.py
src/fixedpoint/_interceptor.py
src/fixedpoint/_registry.py
src/fixedpoint/_serializer.py
src/fixedpoint/_types.py
src/fixedpoint/plugin.py
src/fixedpoint/py.typed
tests/__init__.py
tests/conftest.py
tests/test_cassette.py
tests/test_interceptor.py
tests/test_plugin.py
tests/test_registry.py
tests/test_serializer.py
tests/test_serializer_extensions.py
tests/sample_app/__init__.py
tests/sample_app/math_funcs.py