# dependencies
node_modules/

# engine-materialized host (regenerated every dev/build — never commit)
.press/

# next build output (also lives under .press/web/.next)
.next/

# strapi host artifacts
packages/cms/.tmp/
packages/cms/.cache/
packages/cms/.strapi/
packages/cms/dist/
packages/cms/build/
packages/cms/types/
packages/cms/.strapi-updater.json
packages/cms/.strapi-cloud.json

# uploaded media is runtime data, not source (keep the dir, drop the files)
packages/cms/public/uploads/*
!packages/cms/public/uploads/.gitkeep

# env + secrets
.env
packages/cms/.env

# misc
*.tsbuildinfo
