# Laravel specific files
/vendor
/node_modules
/public
/public/storage
/storage/*.key
/.env
/.env.*
/.env.backup
/.phpunit.result.cache

# Laravel logs and caches
/storage/logs/*
/bootstrap/cache/*.php
/public/hot
/public/mix-manifest.json

# Laravel test coverage
coverage/
.phpunit.result.cache

# Compiled assets
/public/js/*.map
/public/css/*.map
/public/build

# IDE & OS files
.idea
.vscode
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# npm & yarn files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Composer vendor cache
composer.lock

# Deployment & temp files
.env.local
.env.production
.env.staging
Homestead.yaml
Homestead.json
/.fleet
/.history

# Miscellaneous
/.cache
/.sass-cache
/.pnp
.pnp.js
/.DS_Store
*.bak
*.tmp

# Logs from artisan serve
laravel.log

# PHPUnit
/.phpunit.cache

# Jetstream / Vite / Mix
/public/hot
/public/build
/public/mix-manifest.json

# Node
/.npm
/.nvm
