# Laravel Framework
/vendor/
/node_modules/
/public/hot
/public/storage
/public/storage/logs
/storage/*.key
/storage/*.key
/storage/app/public/*
!/storage/app/public/.gitkeep
/storage/framework/cache/data/*
!/storage/framework/cache/data/.gitkeep
/storage/framework/sessions/*
!/storage/framework/sessions/.gitkeep
/storage/framework/testing/*
!/storage/framework/testing/.gitkeep
/storage/framework/views/*
!/storage/framework/views/.gitkeep
/storage/app/extracted_packages/

/storage/logs/*
!/storage/logs/.gitkeep
/bootstrap/cache/*
!/bootstrap/cache/.gitkeep

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

# Database files
*.sqlite
*.sqlite3
*.db

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

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

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/

# nyc test coverage
.nyc_output

# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# Temporary folders
tmp/
temp/

# License files generated during testing
/storage/app/public/licenses/*
!/storage/app/public/licenses/.gitkeep

# User uploaded files
/storage/app/public/logos/*
!/storage/app/public/logos/.gitkeep

# Installation marker
/storage/app/installed

# Composer
composer.phar

# PHPUnit
.phpunit.result.cache

# Laravel Telescope
/storage/telescope

# Laravel Horizon
/storage/horizon

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

# Test files
/tests/
/phpunit.xml
/phpunit.xml.dist

# Documentation build
/docs/build/

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

# Local configuration
config/local.php
config/testing.php

# Cache files
*.cache
.cache/

# Build files
/build/
/dist/

# Development files
/scripts/
/test-*.php
*test*.php
