*.log
.DS_Store
.env
.env.backup
.env.production
.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
/vendor
Homestead.json
Homestead.yaml
Thumbs.db
# Laravel storage cache/sessions/views
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
!storage/framework/cache/.gitkeep
!storage/framework/sessions/.gitkeep
!storage/framework/views/.gitkeep

# Laravel logs (though *.log covers it)
storage/logs/*.log
!storage/logs/.gitkeep

# NPM/Yarn lock files (optional - some teams commit these)
# yarn.lock
# package-lock.json

# Development builds
/public/js
/public/css
/composer.phar
