# PHP Dependencies
/vendor

# Node Dependencies
/node_modules
/package-lock.json
/yarn.lock

# Laravel Storage & Cache
/storage
/bootstrap/cache
/storage/*.key
/storage/pail

# Compiled Assets
/public/build
/public/hot
/public/storage

# Logs
*.log
/storage/logs

# Environment & Config
.env
.env.backup
.env.production
.env.local
.env.*.local

# IDE & Editor Files
/.idea
/.vscode
/.nova
/.fleet
/.zed
.phpactor.json

# Version Control
/.git

# Testing
/.phpunit.cache
/phpunit.xml
/phpunit.result.cache

# Cache & Temporary Files
/Thumbs.db
.DS_Store
*.cache

# Compiled Views
/storage/framework/views

# Sessions
/storage/framework/sessions

# Database
*.sqlite
*.db
/database/*.sqlite

# Documentation (optional - uncomment if you want to exclude docs)
# /README.md
# /*.md
