Files
climperor/.gitignore
T
vosonandCursor 3ec8007077 v0.5.59: item counter evidence for fears, catch up Web features to site version.
Ship OpenDota counter-stats reordering for feared items, finalize SITE_VERSION/docs for rankings/streamers/trends/matches/mechanics and draft archetypes, and ignore regenerable Web data caches.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 02:11:49 +08:00

51 lines
960 B
Plaintext

__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/