.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
src/morefs/__init__.py
src/morefs/asyn_local.py
src/morefs/dict.py
src/morefs/memory.py
src/morefs/overlay.py
src/morefs/py.typed
src/morefs.egg-info/PKG-INFO
src/morefs.egg-info/SOURCES.txt
src/morefs.egg-info/dependency_links.txt
src/morefs.egg-info/entry_points.txt
src/morefs.egg-info/not-zip-safe
src/morefs.egg-info/requires.txt
src/morefs.egg-info/top_level.txt
tests/__init__.py
tests/test_asyn_local.py
tests/test_dictfs.py
tests/test_memfs.py
tests/test_morefs.py