LICENSE
README.md
pyproject.toml
src/gpgnotes/__init__.py
src/gpgnotes/cli.py
src/gpgnotes/config.py
src/gpgnotes/daily.py
src/gpgnotes/encryption.py
src/gpgnotes/enhance.py
src/gpgnotes/exporter.py
src/gpgnotes/history.py
src/gpgnotes/importer.py
src/gpgnotes/index.py
src/gpgnotes/llm.py
src/gpgnotes/note.py
src/gpgnotes/storage.py
src/gpgnotes/sync.py
src/gpgnotes/tagging.py
src/gpgnotes/templates.py
src/gpgnotes/todos.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_daily.py
tests/test_folders.py
tests/test_note.py
tests/test_tagging.py
tests/test_todos.py