LICENSE.txt
README.md
pyproject.toml
src/gg_cli/__init__.py
src/gg_cli/achievements.py
src/gg_cli/core.py
src/gg_cli/definitions_loader.py
src/gg_cli/gamify.py
src/gg_cli/git_service.py
src/gg_cli/main.py
src/gg_cli/translator.py
src/gg_cli/utils.py
src/gg_cli/definitions/achievements.json
src/gg_cli/definitions/rewards.json
src/gg_cli/definitions/rules.json
src/gg_cli/locales/en.json
src/gg_cli/locales/zh.json
src/git_gamify.egg-info/PKG-INFO
src/git_gamify.egg-info/SOURCES.txt
src/git_gamify.egg-info/dependency_links.txt
src/git_gamify.egg-info/entry_points.txt
src/git_gamify.egg-info/requires.txt
src/git_gamify.egg-info/top_level.txt
tests/test_achievement_system.py
tests/test_cli_commands.py
tests/test_core_repository.py
tests/test_definitions_validation.py
tests/test_gamify_event_processing.py
tests/test_gamify_logic.py
tests/test_git_wrapper.py