.gitignore
LICENSE
MANIFEST.in
NOTICE
README.md
RELEASE.md
main.py
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.githooks/pre-push
imaegete/__init__.py
imaegete/_version.py
imaegete.egg-info/PKG-INFO
imaegete.egg-info/SOURCES.txt
imaegete.egg-info/dependency_links.txt
imaegete.egg-info/entry_points.txt
imaegete.egg-info/requires.txt
imaegete.egg-info/top_level.txt
imaegete/core/__init__.py
imaegete/core/config.py
imaegete/core/exceptions.py
imaegete/core/logger.py
imaegete/core/path_utils.py
imaegete/core/timing_probe.py
imaegete/gui/__init__.py
imaegete/gui/escape_line_edit.py
imaegete/gui/main_window.py
imaegete/gui/status_bar_manager.py
imaegete/gui/vim_mode.py
imaegete/gui/display/__init__.py
imaegete/gui/display/_base_canvas.py
imaegete/gui/display/_state.py
imaegete/gui/display/facade.py
imaegete/gui/display/gestures.py
imaegete/gui/display/movie_renderer.py
imaegete/gui/display/still_renderer.py
imaegete/gui/display/tiles.py
imaegete/image_processing/__init__.py
imaegete/image_processing/image_controller.py
imaegete/image_processing/image_handler.py
imaegete/image_processing/image_loader.py
imaegete/image_processing/data_management/__init__.py
imaegete/image_processing/data_management/cache_manager.py
imaegete/image_processing/data_management/data_service.py
imaegete/image_processing/data_management/file_operations.py
imaegete/image_processing/data_management/file_task_handler.py
imaegete/image_processing/data_management/image_cache_handler.py
imaegete/image_processing/data_management/image_list_manager.py
imaegete/key_binding/__init__.py
imaegete/key_binding/key_binder.py
performance_utils/profiler.py
scripts/publish-demo-media
scripts/ci/check
scripts/ci/full
scripts/ci/release-check
scripts/release/build
scripts/release/publish