29 lines
301 B
Plaintext
29 lines
301 B
Plaintext
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor/IDE folders
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Sensitive data
|
|
Inspiration/
|
|
.env
|
|
|
|
# Logs and temp files
|
|
*.log
|
|
tmp/
|
|
|
|
# Playwright
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|
|
|
|
# Next.js
|
|
.next/
|
|
|
|
certificates |