*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/

# Used by dotenv library to load environment variables
.env

# Ignore Byebug command history file
.byebug_history

# Ignore bundler config
/.bundle
/vendor/bundle
/lib/bundler/man/

# Ignore all logfiles and tempfiles
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Ignore pidfiles, but keep the directory
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep

# Ignore uploaded files in development
/storage/*
!/storage/.keep
.byebug_history

# Ignore master key for decrypting credentials and more
/config/master.key

# Ruby version
.ruby-version
.ruby-gemset

# RSpec
.rspec_status

# YARD
.yardoc
doc/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Docker volumes
nats-data/
nats-test-data/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/
.tox/
