# OS / editor .DS_Store Thumbs.db .idea/ .vscode/ *.swp *.swo # Node / build node_modules/ *.tsbuildinfo .next/ out/ dist/ build/ # Logs / runtime logs/ *.log *.pid # Env .env .env.local .env.*.local # Local DB snapshots that aren't part of the package proof-of-work-*.db *.db-journal *.db-wal *.db-shm # Start9 build artifacts *.s9pk image.tar start9/*/javascript/ # App-local dev DB proof-of-work/prisma/dev.db proof-of-work/prisma/data/*.db !proof-of-work/prisma/data/.keep # Live data snapshot pulled off the running 0.3.5 host — contains real # workout history. Stays on disk so the maintainer can rebuild the seeded # cutover image, but MUST never be committed to a public repo. start9/*/seed/data/*.db