node_modules/
.env
*.log

# Keep the SQLite DB — Railway needs it as the initial seed
# (Railway provides a persistent volume, so data persists between deploys)
# If you want a fresh DB every deploy, uncomment the lines below:
# mm-mart.db
# mm-mart.db-shm
# mm-mart.db-wal

# Temp files
test_*.js
uploads/*
!uploads/.gitkeep
