.annotation_safe_list.yml
.coveragerc
.editorconfig
.gitignore
.pii_annotations.yml
.readthedocs.yaml
LICENSE.txt
Makefile
README.md
codecov.yml
manage.py
pylintrc
pylintrc_tweaks
pyproject.toml
setup.cfg
test_settings.py
tox.ini
uv.lock
docs/Makefile
docs/conf.py
docs/decisions.rst
docs/getting_started.rst
docs/index.rst
docs/internationalization.rst
docs/make.bat
docs/openedx_plugin_sample.rst
docs/testing.rst
docs/_static/theme_overrides.css
docs/concepts/index.rst
docs/decisions/0001-purpose-of-this-repo.rst
docs/decisions/README.rst
docs/how-tos/index.rst
docs/quickstarts/index.rst
docs/references/index.rst
src/openedx_plugin_sample/__init__.py
src/openedx_plugin_sample/apps.py
src/openedx_plugin_sample/models.py
src/openedx_plugin_sample/pipeline.py
src/openedx_plugin_sample/py.typed
src/openedx_plugin_sample/serializers.py
src/openedx_plugin_sample/signals.py
src/openedx_plugin_sample/urls.py
src/openedx_plugin_sample/views.py
src/openedx_plugin_sample.egg-info/PKG-INFO
src/openedx_plugin_sample.egg-info/SOURCES.txt
src/openedx_plugin_sample.egg-info/dependency_links.txt
src/openedx_plugin_sample.egg-info/entry_points.txt
src/openedx_plugin_sample.egg-info/requires.txt
src/openedx_plugin_sample.egg-info/top_level.txt
src/openedx_plugin_sample/conf/locale/config.yaml
src/openedx_plugin_sample/migrations/0001_initial.py
src/openedx_plugin_sample/migrations/__init__.py
src/openedx_plugin_sample/settings/common.py
src/openedx_plugin_sample/settings/production.py
src/openedx_plugin_sample/settings/test.py
src/openedx_plugin_sample/templates/openedx_plugin_sample/base.html
test_utils/__init__.py
tests/test_api.py
tests/test_models.py
tests/test_plugin_integration.py
tests/urls.py