# Ignore all logfiles and tempfiles
/tmp/
/tags

# Environment normalisation
/.env
/.rspec-local
/.yardoc
/lib/bundler/man/

# Gem packaging stuff
/*.gem
/pkg/

# Dependencies and such
/.bundle
/.ruby-version
/Gemfile.lock

# Spec housekeeping
/spec/rspec-status.txt
/spec/reports
