# Build artifacts & dependencies — regenerated inside their build stages. target node_modules # VCS / Docker / deploy metadata — not needed inside the image. .git .gitignore .dockerignore Dockerfile docker-compose.prod.yml Makefile Caddyfile DEPLOY.md # Secrets & local data — must never be baked into the image. .env .env.* *.sqlite *.sqlite-* # Misc *report.html