d5b44b221e
Remove SFTPGo; mount event data from the Syncthing folder, watch incoming/, and name variants after the source stem. Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
376 B
Plaintext
29 lines
376 B
Plaintext
# Secrets
|
|
.env
|
|
|
|
# Runtime data (bind-mounted / Syncthing share — never 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
|
|
*.pyo
|
|
.venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
*.swp
|
|
*~
|
|
.idea/
|
|
.vscode/
|