# Ignore files generated by PHPStorm (adjusted for PHPStorm, adjust according to your IDE)
.idea/
*.iml
*.iws
*.ipr
*.idea/
*.phpstorm.meta.php

# Vendor directory generated by Composer
/vendor/

# Ignore log files
/log/
*.log

# Ignore PHPUnit files
/coverage/
.phpunit.result.cache
.phpunit.cache

# Ignore PHP-CS-Fixer files
.php-cs-fixer.cache
.php-cs-fixer.php

# Ignore Composer cache files
composer.lock