# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# meta files
.DS_Store

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
vendor/

# Ignore IDE
.idea/

# Ignore artifacts
cmd/shortenertest/shortenertest
cmd/devopstest/devopstest
cmd/accrualtest/accrualtest
cmd/gophermarttest/gophermarttest
cmd/statictest/statictest
cmd/random/random

# Allow bin directory but not artifacts
bin/*
!bin/README.md