# PHP-specific
*.log
*.cache
vendor/
composer.lock

# PHPUnit
.phpunit.result.cache

# IDEs and editors
.vscode/
.idea/
*.iml

# System files
.DS_Store
Thumbs.db

# Environment files
.env
.env.local
.env.*.local
