mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-24 05:56:32 +01:00
13 lines
659 B
Markdown
13 lines
659 B
Markdown
|
|
# Similarity Cache Data
|
||
|
|
This branch contains pre-built similarity cache files for the MTG Deckbuilder.
|
||
|
|
Updated automatically by GitHub Actions.
|
||
|
|
|
||
|
|
## Files
|
||
|
|
- `card_files/similarity_cache.parquet` - Pre-computed card similarity cache
|
||
|
|
- `card_files/similarity_cache_metadata.json` - Cache metadata
|
||
|
|
- `card_files/processed/all_cards.parquet` - Tagged card database (with prices)
|
||
|
|
- `card_files/processed/commander_cards.parquet` - Commander-only cache (fast lookups)
|
||
|
|
- `card_files/processed/.tagging_complete.json` - Tagging status
|
||
|
|
- `card_files/prices_cache.json` - Scryfall price cache
|
||
|
|
- `card_files/prices_cache.json.ts` - Per-card price timestamps (if present)
|