# Dependency directories
node_modules/

# Build artifacts
dist/
src/components/client-entry.js

# Playwright Test Artifacts
test-results/
playwright-report/
blob-report/
playwright/.cache/

# IDE / OS Files
.DS_Store
Thumbs.db
.vscode/
.idea/

# Environment Variables
.env
.env.local

# NPM/Yarn Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*