1.DS_Store 2.research/ 3 4# Configuration files with secrets 5worker/config.json 6web/config.json 7 8# Dependencies 9node_modules/ 10worker/node_modules/ 11web/node_modules/ 12 13# Build output 14web/dist/ 15worker/dist/ 16 17# Locks 18package-lock.json 19bun.lock 20worker/bun.lock 21web/bun.lock