LICENSE
MANIFEST.in
README.md
pyproject.toml
filevix/main.py
filevix.egg-info/PKG-INFO
filevix.egg-info/SOURCES.txt
filevix.egg-info/dependency_links.txt
filevix.egg-info/entry_points.txt
filevix.egg-info/requires.txt
filevix.egg-info/top_level.txt
filevix/cli/__init__.py
filevix/converters/document/__init__.py
filevix/converters/image/__init__.py
filevix/converters/media/__init__.py
filevix/converters/office/__init__.py
filevix/converters/pdf/__init__.py
filevix/core/ai_provider.py
filevix/core/app_health.py
filevix/core/collision_mgr.py
filevix/core/database.py
filevix/core/diagnostics.py
filevix/core/event_bus.py
filevix/core/logger.py
filevix/core/memory_mgr.py
filevix/core/registry.py
filevix/core/temp_mgr.py
filevix/gui/main_window.py
filevix/gui/strings.py
filevix/gui/theme.py
filevix/gui/components/about_modal.py
filevix/gui/components/ai_modal.py
filevix/gui/components/tactile.py
filevix/gui/viewmodels/dashboard_viewmodel.py
filevix/gui/viewmodels/queue_viewmodel.py
filevix/plugins/.DS_Store
tests/test_collision.py
tests/test_converter_image.py
tests/test_converter_media.py
tests/test_converter_office.py
tests/test_converter_pdf.py
tests/test_failures.py
tests/test_queue.py