# Build artifacts and host-installed deps — the multi-stage Dockerfile
# rebuilds these inside the container for the target platform, so the
# host copies must NOT leak in (would clobber linux/amd64 binaries
# with darwin/arm64 ones).
dist
node_modules

# Secrets and local state
.env
.env.local
.git

# Local data dirs (Redis cache file, setup-state, etc.)
data
