# Environment variables
.env
.env.local
.env.*.local

# Allow .env.example
!.env.example

# Node modules (if any get installed here)
node_modules/

# Build outputs
dist/

