# Per-developer fixture sets. Live outside git because they point at
# the developer's local comic library, contain personal file paths,
# and may include API ids of comics that aren't in the public tree.
# `fixtures.example.json` is the public template and is checked in.
fixtures*.json
!fixtures.example.json
# Outcome files written next to each run's fixtures.json — used by
# `--retry-misses` and post-hoc analysis. Per-developer, never tracked.
*.outcomes.json
*.outcomes.partial.json
