 # Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/

# Playwright Screenshots/Videos (Sicherheitsnetz)
**/*.png
**/*.mp4
# AUSNAHME: Alles im Development-Ordner zulassen
!DEVELOPMENT/**/*.png

# macOS System Files
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*

# Entwicklung & IDE
.vscode/
.idea/
.env
*.log
npm-debug.log*

# Build-Ordner (falls vorhanden)
dist/
build/