LICENSE
README.md
pyproject.toml
src/gpgnotes/__init__.py
src/gpgnotes/cli.py
src/gpgnotes/config.py
src/gpgnotes/encryption.py
src/gpgnotes/index.py
src/gpgnotes/note.py
src/gpgnotes/storage.py
src/gpgnotes/sync.py
src/gpgnotes/tagging.py
src/gpgnotes.egg-info/PKG-INFO
src/gpgnotes.egg-info/SOURCES.txt
src/gpgnotes.egg-info/dependency_links.txt
src/gpgnotes.egg-info/entry_points.txt
src/gpgnotes.egg-info/requires.txt
src/gpgnotes.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_note.py
tests/test_tagging.py