.env
/vendor
composer.lock
.phpunit.result.cache

# Ignore file generated by MacOS
*.DS_Store

# Ignore files generated by PhpStorm
/.idea/

# Ignore files generated by vscode
/.vscode/

# Ignore build
/build/

# PHPCS cache files
.php_cs.cache
.phpcs-cache
.php-cs-fixer.cache
