# Editor configuration
.idea/

# Setuptools, their dist folder
composer.phar
composer.lock
vendor/
build/
dist/
libs/

# checks
phpunit
phpunit-*
.phpunit.cache*
.php-cs-fixer.cache

# external libs
temp/*
!temp/.gitkeep
php-tests/temp/*
!php-tests/temp/.gitkeep
php-tests/external/
php-tests/data/clover.xml
discard/

# environment
docker-compose.yml
phpdocker/
