# Belt-and-suspenders copy of the root .gitignore, in case this
# backend/ folder is ever used as its own git repository root
# (e.g. some hosts deploy from a subfolder rather than the repo root).

.env
.env.local
.env.*.local

node_modules/

db/*.db
db/*.db-shm
db/*.db-wal

uploads/
uploads-backups/

logs/*.log
