# Dependencies node_modules # Note: bun.lock is needed by Dockerfile for --frozen-lockfile # Environment .env .env.* !.env.example # Database - will be in volume mount **/*.db **/*.db-shm **/*.db-wal # Build outputs - built in container src/frontend/build/ src/frontend/.svelte-kit/ src/frontend/dist/ build/ dist/ # IDE .vscode .idea *.swp *.swo # OS .DS_Store Thumbs.db # Git .git/ .gitignore # Documentation (keep docs in image but don't need in build context) # README.md docs/ *.md # Logs logs/ *.log backend.log # Tests *.test.js *.test.ts coverage/ # Docker files Dockerfile docker-compose.yml .dockerignore # CI/CD .github/ .gitlab-ci.yml # Data directory (for volume mount) data/