# build output
dist/
.astro/

# dependencies
node_modules/

# logs
*.log

# environment variables
.env
.env.local
.env.*.local

# macOS
.DS_Store

# editor
.vscode/
.idea/

# Playwright / Lighthouse test artifacts
test-results/
playwright-report/
.lighthouseci/
