# Composer dependencies
vendor

# Laravel
.env
.env.*.php
.env.*.vault
.env.backup
.env.production.backup
bootstrap/cache/*
storage/*
public/hot
public/storage
node_modules
npm-debug.log
yarn-error.log

# OS and IDE
.DS_Store
.idea
.vscode
*.swp
*.swo
*~

# Git
.git
.gitignore
.gitattributes

# Testing
tests
phpunit.xml
.phpunit.result.cache
.pest.result.cache

# Build files
Dockerfile
docker-compose.yml
.dockerignore
nginx.conf

# Logs
*.log
logs
