.gitignore
.pre-commit-config.yaml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/publish.yaml
src/django_otp_drf.egg-info/PKG-INFO
src/django_otp_drf.egg-info/SOURCES.txt
src/django_otp_drf.egg-info/dependency_links.txt
src/django_otp_drf.egg-info/requires.txt
src/django_otp_drf.egg-info/top_level.txt
src/otp_drf/__init__.py
src/otp_drf/apps.py
src/otp_drf/conf.py
src/otp_drf/models.py
src/otp_drf/session.py
src/otp_drf/signals.py
src/otp_drf/throttles.py
src/otp_drf/urls.py
src/otp_drf/views.py
src/otp_drf/backends/__init__.py
src/otp_drf/backends/allauth.py
src/otp_drf/backends/base.py
src/otp_drf/backends/django_otp.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/models.py
tests/settings.py
tests/test_backend.py
tests/test_conf.py
tests/test_session.py
tests/test_views_cancel_setup.py
tests/test_views_confirm.py
tests/test_views_disable.py
tests/test_views_regenerate_recovery.py
tests/test_views_reset.py
tests/test_views_setup.py
tests/test_views_status.py
tests/test_views_verify.py
tests/urls.py