# rebar3 and tools
/.cache/
/.rebar3/
/_build/
/rebar.lock

# build artifacts
/ebin/
*.app
*.beam

# editor droppings
*.bak
*~

# work environments
*.iml
.DS_Store
.idea/
.project
.settings/
.tm_properties
local.*.plt
Makefile
