# Build artifacts
node_modules
dist
dist-ssr

# Secrets. Must never enter the build context: webpack.config.js bakes the whole
# process.env into the client bundle via DefinePlugin.
.env
.env.*

# VCS
.git
.gitignore

# Editors / tooling
.idea
.vscode
.claude
.fttemplates
.eslintrc.json
.prettierrc
jsconfig.json

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Docker itself. nginx.conf is NOT listed - the runtime stage COPYs it.
Dockerfile
.dockerignore
docker-compose.yaml

# Misc
README.md
*.local
.DS_Store
