# Pokemon card list — one card per line.
# Comments (lines starting with #) and blank lines are ignored.
#
# Flexible formats accepted. A few examples:
#
#   Charizard | Base | 4/102
#   Charizard - Base Set - 4/102
#   Charizard 4/102 Base Set
#   Pikachu V SWSH286
#   Mewtwo GX 39/214
#   Lugia V 138/195             [variant: holofoil]
#
# Variant in square brackets is optional. Common values:
#   normal, holofoil, reverseHolofoil, 1stEditionHolofoil, unlimitedHolofoil
#
# Paste a PriceCharting product URL anywhere on a line to pin that exact
# page (handy for obscure promos / regional prints the databases can't
# disambiguate). On a successful scrape the URL is remembered, keyed by
# (name, set hint) — drop it from the line on later runs and it's
# re-applied automatically. See input/example-url-overrides.txt.
#
#   Cubone | Chinese Gem Pack Vol 3 | 407 https://www.pricecharting.com/game/pokemon-chinese-gem-pack-3/cubone-407
#
# Bulk lookup ("top-N chase cards"):
#   "All <subject> cards|prints|versions" → 5 highest-priced matches
#   "top:<N> <subject>" / "top <N> <subject>" → N highest-priced matches
#   Append a price bound (<, <=, >, >=) to filter: "top:5 Charizard <$50".
#   Family aliases expand to a whole evolution line (e.g. "eeveelution").
# Each result becomes its own row in the spreadsheet / cell in the PDF.

top:9 Eeveelution
top:5 Charizard <$50

# Or list exact cards, one per line (uncomment to try):
# Charizard | Base | 4/102
# Pikachu | Base | 58/102
# Charizard V | Champion's Path | 74/73
