*.log
.DS_Store
.env
.env.*
!.env.example
.phpactor.json
.phpunit.result.cache
/.fleet
/.idea
/.nova
/.phpunit.cache
/.vscode
/.zed
/auth.json
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/storage/app/imports/
/storage/framework/cache/
/storage/framework/sessions/
/storage/framework/views/
/vendor
Homestead.json
Homestead.yaml
Thumbs.db

# Client Excel templates (client-specific, not part of codebase)
"TEMPLATE AIR.xlsx"
"TEMPLATE SEA.xlsx"

# Playwright / debug screenshots
.playwright-mcp/
*.pdf

# Block stray image/binary files — but allow app static assets in public/images/
*.png
*.jpg
*.jpeg
!public/images/*.png
!public/images/*.jpg
!public/images/*.jpeg
!public/images/*.webp
