.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
.github/workflows/test.yml
src/django_vite_rolling/__init__.py
src/django_vite_rolling/apps.py
src/django_vite_rolling/conf.py
src/django_vite_rolling/manifest.py
src/django_vite_rolling.egg-info/PKG-INFO
src/django_vite_rolling.egg-info/SOURCES.txt
src/django_vite_rolling.egg-info/dependency_links.txt
src/django_vite_rolling.egg-info/requires.txt
src/django_vite_rolling.egg-info/top_level.txt
src/django_vite_rolling/management/__init__.py
src/django_vite_rolling/management/commands/__init__.py
src/django_vite_rolling/management/commands/refresh_vite_manifest.py
src/django_vite_rolling/templatetags/__init__.py
src/django_vite_rolling/templatetags/vite.py
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/test_conf.py
tests/test_manifest.py
tests/test_refresh_command.py
tests/test_templatetags.py