.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/linux.env
.vscode/settings.json
.vscode/windows.env
docs/api.md
docs/index.md
src/interceptor_registry/__init__.py
src/interceptor_registry/_registry.py
src/interceptor_registry/py.typed
src/interceptor_registry.egg-info/PKG-INFO
src/interceptor_registry.egg-info/SOURCES.txt
src/interceptor_registry.egg-info/dependency_links.txt
src/interceptor_registry.egg-info/top_level.txt
tests/__init__.py
tests/test_registry.py
tests/test_smoke.py