node_modules
.next
out
next-env.d.ts
*.tsbuildinfo
.DS_Store
.env*.local

# Editor swap/backup files
*.swp
*.swo
*~

# Supabase CLI scratch
supabase/.temp

# Anything env-shaped, whatever the suffix.
#
# The rule above is `.env*.local`, whose wildcard sits in the MIDDLE: it matches
# .env.local and .env.production.local, and does not match .env.local.bak. A
# backup of a populated .env.local was committed through that gap. Suffixes are
# where this leaks, so the wildcard belongs at the end.
.env
.env.*
!.env.example

# Rebuilt for each production release from source-files.json.
public/source/
