#eclipse
.project
.classpath
.metadata
org.*
bin

#idea
*.iml
*.ipr
*.iws
.idea
out

#gradle
build
.gradle

#runtime
run

#mac
.DS_Store