# Liara upload excludes. Liara runs `npm install` + `npm run build` itself, so
# local build artifacts and deps are not uploaded.
.git
.github
node_modules
.next

# Docker / Coolify artifacts — unused on the Next.js platform.
Dockerfile
.dockerignore
docker-compose.yml

# Local env & secrets — set these in the Liara console (build-time NEXT_PUBLIC_*).
.env
.env.local
.env.*.local

# Tests, editor, runtime noise.
tests
__tests__
vitest.config.*
coverage
.vscode
.idea
*.log
.DS_Store
