# OS
.DS_Store
Thumbs.db

# Logs
/storage/logs/*
*.log

# Environment files
.env
.env.*
!.env.example

# Dependencies
/node_modules
/vendor

# Build files
/public/build
/public/hot

# Storage (ignore files but keep folders)
/storage/*
!/storage/app/
!/storage/app/public/
!/storage/framework/
!/storage/framework/cache/
!/storage/framework/sessions/
!/storage/framework/views/
!/storage/logs/

# Laravel cache
/bootstrap/cache/*
!/bootstrap/cache/.gitignore

# IDEs & Editors
/.idea
/.vscode
/.fleet
/.nova
/.zed

# PHPUnit
.phpunit.result.cache
/.phpunit.cache

# PHP tools
/.php-cs-fixer.cache
/.phpstan.cache

# Auth / Secrets
/auth.json
/storage/*.key

# Homestead
Homestead.json
Homestead.yaml
