# Build output. Apache serves /srv/www/vhosts/vicidial/dist directly from disk,
# so this is regenerated in place by `npm run build` and never committed.
dist/

# Generated types and caches
.astro/
node_modules/

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

# Credentials. scripts/export-wp.mjs takes WP_DB_USER / WP_DB_PASSWORD from the
# environment, so keep any local .env holding those out of the repo.
.env
.env.*

# Editor and OS noise
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
