# OS
.DS_Store
Thumbs.db
desktop.ini

# Node
node_modules/
npm-debug.log*
package-lock.json

# Python
__pycache__/
*.pyc

# Editor
.vscode/
.idea/
*.swp
*.swo

# Playwright
test-results/
playwright-report/
