# Dependencies
node_modules/
vendor/

# Build output
public/
build/
dist/

# Version control
.git/

# Package manager files
package-lock.json
pnpm-lock.yaml
composer.lock

# WordPress
*.pot

# Legal text — must not be reflowed
LICENSE.md

# IDE
.idea/
.vscode/

# Logs
*.log

# OS
.DS_Store

# Playwright generated artifacts
tests/playwright/playwright-report/
tests/playwright/test-results/
