.gitignore
.python-version
AGENTS.md
CLAUDE.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/release.yml
docs/superpowers/plans/2026-06-21-lucky-cli-v1.md
docs/superpowers/specs/2026-06-21-lucky-cli-design.md
src/lucky/__init__.py
src/lucky/cli.py
src/lucky/config.py
src/lucky/commands/__init__.py
src/lucky/commands/check.py
src/lucky/commands/pick.py
src/lucky/commands/show.py
src/lucky/console/__init__.py
src/lucky/console/rich.py
src/lucky/database/__init__.py
src/lucky/database/db.py
src/lucky/database/models.py
src/lucky/database/repository.py
src/lucky/lottery/__init__.py
src/lucky/lottery/base.py
src/lucky/lottery/checker.py
src/lucky/lottery/generator.py
src/lucky/lottery/mega.py
src/lucky/lottery/powerball.py
src/lucky/lottery/stats.py
src/lucky/updater/__init__.py
src/lucky/updater/client.py
src/lucky/updater/sources.py
src/lucky/updater/updater.py
src/lucky/updater/fixtures/mega-millions.json
src/lucky/updater/fixtures/powerball.json
src/lucky_cli.egg-info/PKG-INFO
src/lucky_cli.egg-info/SOURCES.txt
src/lucky_cli.egg-info/dependency_links.txt
src/lucky_cli.egg-info/entry_points.txt
src/lucky_cli.egg-info/requires.txt
src/lucky_cli.egg-info/scm_file_list.json
src/lucky_cli.egg-info/scm_version.json
src/lucky_cli.egg-info/top_level.txt
tests/conftest.py
tests/test_base.py
tests/test_checker.py
tests/test_cli.py
tests/test_client.py
tests/test_command_check.py
tests/test_command_pick.py
tests/test_command_show.py
tests/test_console.py
tests/test_db.py
tests/test_games.py
tests/test_generator.py
tests/test_models.py
tests/test_repository.py
tests/test_sources.py
tests/test_stats.py
tests/test_updater.py