# Dependencies
/node_modules
/vendor

# Environment files
.env
.env.backup
.env.production
.env.local
.env.staging
.env.testing

# Build files
/public/build
/public/hot
/public/storage

# Storage
/storage/*.key
/storage/logs/*
/storage/framework/cache/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
!storage/framework/cache/.gitkeep
!storage/framework/sessions/.gitkeep
!storage/framework/testing/.gitkeep
!storage/framework/views/.gitkeep

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

# IDE files
/.fleet
/.idea
/.vscode
*.code-workspace

# OS files
.DS_Store
Thumbs.db

# Logs
npm-debug.log
yarn-error.log

# Deployment
Homestead.json
Homestead.yaml
auth.json

# Temporary files
temp_*
test_*
*.tmp
*.temp

# Archive files
*.zip
*.tar.gz
*.rar

# SQL dumps
*.sql

# Development tunnels
/storage/app/dev_tunnel.json

# Backup files
*.bak
*.backup

# User specific files
.user.ini
