CD_GUIDE.md
COLOR_SYSTEM_GUIDE.md
EMAIL_SETUP_GUIDE.md
LICENSE
MANIFEST.in
PYPI_DESCRIPTION.md
README.md
TESTING_GUIDE.md
TESTING_SUMMARY.md
VERSION
command-list.txt
fancygit.py
game_questions.json
quiz_server.py
setup.py
welcome.py
fancygit.egg-info/PKG-INFO
fancygit.egg-info/SOURCES.txt
fancygit.egg-info/dependency_links.txt
fancygit.egg-info/entry_points.txt
fancygit.egg-info/requires.txt
fancygit.egg-info/top_level.txt
images/Logo.png
images/Logo_with_name.png
images/dark_background_logo.png
images/light_background_logo.png
images/overview.png
src/__init__.py
src/ai_engine.py
src/colors.py
src/config_manager.py
src/fancygit_config_dc.py
src/git_error.py
src/git_error_parser.py
src/git_insights.py
src/git_runner.py
src/loading_animation.py
src/merge_conflict.py
src/mermaid_export.py
src/model_provider.py
src/output_colorizer.py
src/quiz_html_generator.py
src/quiz_manager.py
src/repo_inspector.py
src/repo_state.py
src/utils.py
src/providers/__init__.py
src/providers/anthropic_model.py
src/providers/base_model.py
src/providers/ollama_model.py
src/providers/openai_model.py
tests/__init__.py
tests/conftest.py
tests/test_ai_engine.py
tests/test_ai_integration.py
tests/test_config_manager.py
tests/test_conflict_parser_integration.py
tests/test_fancygit_advanced.py
tests/test_fancygit_commands.py
tests/test_fancygit_integration.py
tests/test_fancygit_workflows.py
tests/test_git_error.py
tests/test_git_error_parser.py
tests/test_git_runner.py
tests/test_model_provider.py
tests/test_ollama_model.py
tests/test_providers.py
tests/test_undo_redo.py