# Keep the build context small and secret-free
.git
.gitignore
.dockerignore
.env
.npm-cache
.tmp-pb
design
*.zip

# Node artifacts
**/node_modules
app/.output
app/.nitro
app/dist

# Ops assets not needed inside the image
ansible
scripts/create-collections.sh
README.md
