# Java object and package files
*.class
*.jar
*.war
*.ear

# virtual machine crash logs
# see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# IntelliJ configuration, workspace, and output
*.iws
*.iml
.idea
classes/
out/

# Maven output
target/

# Vim temp files
.*.sw?

# OS X Desktop settings
.DS_Store
javadoc/
