- add typer-based CLI to build_season_schedule.py for structured option handling - refactor compute_ratings.py to remove argparse and support typer CLI - improve typing and option descriptions in compute_ratings.py main function - add .gitignore entry for __pycache__ - add requirements.txt with dependencies for the project
3 lines
32 B
Plaintext
3 lines
32 B
Plaintext
/*.csv
|
|
/*.numbers
|
|
**/__pycache__ |