# This example collects its training record into `data/` and writes what it generates
# into `output/`. Both are re-creatable by re-running the script, so neither is committed.
# The repository-wide .gitignore already excludes them at any depth; this file says so
# here, where someone reading the folder will see it.
data/
output/
