# Eclipse
.classpath
.project
.settings/
bin/
data/*.*

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Maven
log/
target/