# Ingore common cruft
.DS_STORE
coverage

# Ignore binary files
guzzle.phar
guzzle-min.phar

# Ignore potentially sensitive phpunit file
phpunit.xml

# Ignore composer generated files
composer.lock
vendor/
