LICENSE
README.md
pyproject.toml
src/gh_game_of_life/__init__.py
src/gh_game_of_life/cli.py
src/gh_game_of_life/config.py
src/gh_game_of_life/generate.py
src/gh_game_of_life/github_client.py
src/gh_game_of_life.egg-info/PKG-INFO
src/gh_game_of_life.egg-info/SOURCES.txt
src/gh_game_of_life.egg-info/dependency_links.txt
src/gh_game_of_life.egg-info/entry_points.txt
src/gh_game_of_life.egg-info/requires.txt
src/gh_game_of_life.egg-info/top_level.txt
src/gh_game_of_life/core/__init__.py
src/gh_game_of_life/core/cell_state.py
src/gh_game_of_life/core/game.py
src/gh_game_of_life/core/grid.py
src/gh_game_of_life/core/quad_rules.py
src/gh_game_of_life/render/__init__.py
src/gh_game_of_life/render/color_palette.py
src/gh_game_of_life/render/gif.py
tests/test_api.py
tests/test_auth_environment.py
tests/test_boundary_strategy.py
tests/test_cli.py
tests/test_config.py
tests/test_contribution_mapping.py
tests/test_exit_codes.py
tests/test_generate.py
tests/test_github_client.py