LICENSE
README.md
pyproject.toml
diary/__init__.py
diary/__main__.py
diary/cli.py
diary/git_utils.py
diary/templates.py
diary/aimb/__init__.py
diary/aimb/hasher.py
diary/aimb/merge.py
diary/aimb/parser.py
diary/indexer/__init__.py
diary/indexer/database.py
diary/indexer/extractors.py
diary/indexer/gitignore.py
diary/indexer/indexer.py
diary/indexer/reporter.py
diary/indexer/scanner.py
diary/sync/__init__.py
diary/sync/detector.py
diary/sync/engine.py
diary/sync/protocol.py
diary_docs.egg-info/PKG-INFO
diary_docs.egg-info/SOURCES.txt
diary_docs.egg-info/dependency_links.txt
diary_docs.egg-info/entry_points.txt
diary_docs.egg-info/requires.txt
diary_docs.egg-info/top_level.txt
tests/test_aimb_hasher.py
tests/test_aimb_parser.py
tests/test_cli.py
tests/test_git_utils.py
tests/test_indexer.py
tests/test_sync_detector.py
tests/test_sync_engine.py
tests/test_sync_integration.py
tests/test_sync_protocol.py