90192cd284
Event pep stack with SFTPGo inbox, sequential worker, FastAPI gallery/remix, and Traefik-ready compose. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
# Secrets
|
|
.env
|
|
|
|
# Runtime data (bind-mounted, never belongs in git)
|
|
/data/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
*.swp
|