# Java class files
*.class

# generated files
bin/
gen/
target/
build/
out/
config/checkstyle/

# jenv files
.java-version

# Gradle related files
.gradle/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

*.DS_STORE
