__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.DS_Store
Thumbs.db
*.log

# OSS ability-video upload runtime (regenerable)
.oss_ability_videos_bucket
oss_upload.pid

# Runtime / debug artifacts (regenerable)
preview/
results/
failures/
samples/raw/
_tools/
_tmp_*
_cmp_*
plans/
*_log.txt

# Regenerable data caches / reports (re-fetch or re-run scripts)
data/matchups.json
data/synergies.json
data/stratz_matchups.json
data/stratz_hero_meta.json
data/stratz_matchup_tops.json
data/item_counter_stats.json
data/hero_stats.json
data/hero_matches.json
data/pro_matches.json
data/pro_builds.json
data/relations_audit.json
data/relations_import_report.json
data/relations_patch_*

# Large regenerable CDN media (fetch scripts)
assets/ability_videos/
assets/ability_icons/
assets/hero_portraits/
assets/item_icons/
# Curated streamer highlight clips (large; sync via OSS, not git)
assets/streamer_videos/

# Static site export (export_relations_site.py)
dist/
