# General
*.log
*.log.*
.DS_Store
Thumbs.db
desktop.ini
*.tmp
*.temp
*.bak
*.backup
*.swp
*.swo
*~

# Environment
.env
.env.*
.env.local
.env.development
.env.testing
.env.production
.env.backup
/auth.json
config.json

# PHP
.phpactor.json
.phpunit.result.cache
.phpunit.cache
.php-cs-fixer.cache
.php-cs-fixer.php
.phar
composer.phar
composer.lock
package-lock.json
yarn.lock

# IDE
/.fleet
/.idea
/.nova
/.vscode
/.zed
/.phpstorm
/.webstorm
*.sublime-project
*.sublime-workspace
.project
.settings/
.metadata
*.iml

# Node
/node_modules
/node_modules/
//whatsapp/node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.npmrc
.yarn
.yarnrc
.php_cs.cache

# Laravel
/bootstrap/cache/
/public/build
/public/hot
/public/storage
/public/mix-manifest.json
/public/css/app.css
/public/js/app.js
/public/js/manifest.js
/public/js/vendor.js
/storage/*.key
/storage/pail
/storage/logs/
/storage/framework/
/storage/debugbar/
/vendor
/_ide_helper.php
/_ide_helper_models.php
/.phpstorm.meta.php
Homestead.json
Homestead.yaml
Vagrantfile

# Databases
*.sqlite
*.sqlite3
*.sqlite-journal
*.db
*.db-journal
*.mysql

# Logs
logs/
*.log
storage/logs/

# Cache and Sessions
*.cache
*.session
*.sess

# Testing
/coverage
/.nyc_output
/phpunit.xml
.phpunit.result.cache
.coverage
html-coverage/
coverage.xml
*.cover

# Build and Distribution
/build/
/dist/
/release/
*.zip
*.tar.gz
*.rar
*.7z

# Documentation
/docs/api/
/docs/coverage/

# WhatsApp Web JS specific exclusions
resources/js/whatsapp/.wwebjs_auth/
resources/js/whatsapp/.wwebjs_cache/
resources/js/whatsapp/sessions/
resources/js/whatsapp/node_modules/
resources/js/whatsapp/.env
resources/js/whatsapp/logs/
resources/js/whatsapp/*.log
resources/js/whatsapp/npm-debug.log*
resources/js/whatsapp/yarn-debug.log*
resources/js/whatsapp/yarn-error.log*
resources/js/whatsapp/.DS_Store
resources/js/whatsapp/Thumbs.db
resources/js/whatsapp/*.tmp
resources/js/whatsapp/*.temp
resources/js/whatsapp/*.bak
resources/js/whatsapp/*.backup
resources/js/whatsapp/coverage/
resources/js/whatsapp/.nyc_output/
resources/js/whatsapp/dist/
resources/js/whatsapp/build/

# Laravel Debugbar
storage/debugbar/

# Laravel Telescope
storage/telescope/

# Laravel Horizon
storage/horizon/

# Backup files
*.backup
*.bak
*.old
*.orig
*.rej

# Temporary files
*.tmp
*.temp
*.tempfile
*.lock

# OS generated files
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# Windows
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Images cache
*.jpg.cache
*.png.cache
*.gif.cache
*.jpeg.cache

# Media files (if any)
*.mp4
*.mp3
*.wav
*.flv
*.mov
*.wmv
*.avi

# Archives
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.war
*.ear
*.sar
*.class

# Profiling
*.prof

# Certificates
*.pem
*.key
*.crt
*.csr

# Local development
.docker/
docker-compose.override.yml
.dockerignore
