Generate /players/{account_id}[/{match_id}] locally after POST_GAME via OpenDota; publish to OSS only when public_share is enabled.
Co-authored-by: Cursor <cursoragent@cursor.com>
65 lines
1.4 KiB
Plaintext
65 lines
1.4 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/
|
|
pc/player_pages/
|
|
_tools/
|
|
_tmp_*
|
|
_cmp_*
|
|
plans/
|
|
*_log.txt
|
|
|
|
# Regenerable data caches / reports (re-fetch or re-run scripts)
|
|
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/
|
|
# Regenerable Steam CDN ability icons; keep bundled shared badges in git.
|
|
web/assets/ability_icons/*
|
|
!web/assets/ability_icons/innate.png
|
|
!web/assets/ability_icons/talent_tree.png
|
|
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
|