.gitignore
LICENSE
README.md
pyproject.toml
requirements-lint.txt
requirements-test.txt
tox.ini
.github/workflows/ci.yaml
.github/workflows/publish.yaml
src/pytest_litter/__init__.py
src/pytest_litter/snapshots.py
src/pytest_litter.egg-info/PKG-INFO
src/pytest_litter.egg-info/SOURCES.txt
src/pytest_litter.egg-info/dependency_links.txt
src/pytest_litter.egg-info/entry_points.txt
src/pytest_litter.egg-info/requires.txt
src/pytest_litter.egg-info/top_level.txt
src/pytest_litter/plugin/__init__.py
src/pytest_litter/plugin/plugin.py
src/pytest_litter/plugin/utils.py
tests/test_plugin.py
tests/test_snapshots.py
tests/pytester/pytest.ini
tests/pytester/pytester_tests.py
tests/system_test/system_test.sh