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

node_modules
# Vite default dists (keep if any tooling uses them)
dist
dist-ssr
*.local

# Xibo output dir for the React build
/web/dist/react

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# TypeScript
*.tsbuildinfo

# Generated from /locale/*.mo by `npm run i18n:convert` (runs in dev/build)
public/locale/langs/
public/locale/available.json

