Commit _oss_*.py ops scripts alongside existing _cf_* helpers; gitignore bucket marker and upload PID. Co-authored-by: Cursor <cursoragent@cursor.com>
42 lines
697 B
Plaintext
42 lines
697 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/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/
|
|
|
|
# Static site export (export_relations_site.py)
|
|
dist/
|