# OS
.DS_Store

# IDE
.idea/

# composer
/bin/
/vendor/

# cache and case files
.php_cs.cache
.phpunit.result.cache

# build
/artifacts/

# development
/examples