Files
livef12rocks/.gitignore
T
Frank Schwenk 83d4468b69 feat: harden pipeline UX — preprocess, rembg alpha, remix/lightbox
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>
2026-07-16 23:35:06 +02:00

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