83d4468b69
Downscale to 2000px JPEG before rembg, random blend opacity, timeout retries, per-variant remix prefill, lightbox, and longer SFTP idle. Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
# Secrets
|
|
.env
|
|
|
|
# Runtime data (bind-mounted, never belongs in git)
|
|
/data/
|
|
|
|
# Local rembg/withoutbg comparison scratch
|
|
/compare-bg/inputs/
|
|
/compare-bg/outputs/
|
|
/compare-bg/model-cache/
|
|
/compare-bg/compare.log
|
|
.venv-compare/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
*.swp
|