# Astro
dist/
.astro/
.output/

# Dependencies
node_modules/

# The bind mounts (PLAN.md §6, §7). Neither belongs in the repo: `brand/` is the
# operator's override of the stock branding, and `data/` is the beta signup store.
# `brand-default/` IS committed — it is baked into the image and must always be complete.
brand/
data/

# Environment
.env
.env.*
!.env.example

# Editors and OS
.DS_Store
Thumbs.db
*.log
npm-debug.log*
