Incrementally load all tournaments for a season into a local file. Skips tournaments already saved. Safe to interrupt and resume.
Examples
if (FALSE) { # \dontrun{
# Build 2025 season (run multiple times if needed)
build_season(2025, file_path = tempfile(fileext = ".rds"))
} # }
