# Composer
/vendor/
composer.lock
.composer-cache/

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

# OS
.DS_Store
Thumbs.db

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

# Build artifacts
dist/
*.tar.gz

# Environment
.env
.env.local
.env.*.local
# .env.version é um artifact temporário do CI/CD, não deve ser commitado mas pode existir durante builds

# Logs
*.log
storage/logs/

# Cache
storage/framework/cache/
storage/framework/sessions/
storage/framework/views/
/coverage.xml
