pyproject.toml
git_made_simple.egg-info/PKG-INFO
git_made_simple.egg-info/SOURCES.txt
git_made_simple.egg-info/dependency_links.txt
git_made_simple.egg-info/entry_points.txt
git_made_simple.egg-info/requires.txt
git_made_simple.egg-info/top_level.txt
git_made_simple_app/__init__.py
git_made_simple_app/main.py
git_made_simple_app/core/__init__.py
git_made_simple_app/core/conflict_handler.py
git_made_simple_app/core/file_sync.py
git_made_simple_app/core/git_manager.py
git_made_simple_app/core/gitignore_manager.py
git_made_simple_app/gui/__init__.py
git_made_simple_app/gui/animated_dialog.py
git_made_simple_app/gui/branch_dialog.py
git_made_simple_app/gui/change_dialog.py
git_made_simple_app/gui/commit_dialog.py
git_made_simple_app/gui/conflict_dialog.py
git_made_simple_app/gui/gitignore_dialog.py
git_made_simple_app/gui/history_dialog.py
git_made_simple_app/gui/main_window.py
git_made_simple_app/gui/ssh_key_dialog.py