Ship Web refresh cache/lock, mobile demand gate, matches 职业/国服 filter, and related site updates through 0.5.84. Co-authored-by: Cursor <cursoragent@cursor.com>
62 lines
1.3 KiB
Plaintext
62 lines
1.3 KiB
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)
|
|
pc/preview/
|
|
pc/results/
|
|
pc/failures/
|
|
pc/samples/raw/
|
|
_tools/
|
|
_tmp_*
|
|
_cmp_*
|
|
plans/
|
|
*_log.txt
|
|
|
|
# Regenerable data caches / reports (re-fetch or re-run scripts)
|
|
shared/data/matchups.json
|
|
shared/data/synergies.json
|
|
shared/data/stratz_matchups.json
|
|
shared/data/relations_audit.json
|
|
shared/data/relations_import_report.json
|
|
shared/data/relations_patch_*
|
|
web/data/stratz_hero_meta.json
|
|
web/data/stratz_matchup_tops.json
|
|
web/data/item_counter_stats.json
|
|
web/data/hero_stats.json
|
|
web/data/hero_matches.json
|
|
web/data/pro_matches.json
|
|
web/data/pro_builds.json
|
|
web/data/_jugg_times_sample.json
|
|
web/.refresh/
|
|
web/.refresh-cache/
|
|
|
|
# Large regenerable CDN media (fetch scripts)
|
|
web/assets/ability_videos/
|
|
web/assets/ability_icons/
|
|
web/assets/hero_portraits/
|
|
web/assets/item_icons/
|
|
# Curated streamer highlight clips (large; sync via OSS, not git)
|
|
web/assets/streamer_videos/
|
|
# Legacy pre-monorepo leftovers pending manual deletion
|
|
assets/streamer_videos/
|
|
|
|
# Static site export (export_relations_site.py)
|
|
web/dist/
|
|
|
|
# Local wrangler / Pages Functions runtime
|
|
.wrangler/
|
|
|
|
# Local probes / one-off diagnostics
|
|
_probe_item_fears_api.py
|