# Eclipse
.classpath
.project
.settings/
  
# Intellij
.idea/
*.iml
*.iws
out/
    
# Mac
.DS_Store
.localized
	  
# Maven
target/

