# Gradle.
# Ignore the generated local settings file.
/gradle.properties
.gradle/
build/

# Ignore gradle wrapper jar.
gradle/wrapper/gradle-wrapper.jar

# IntelliJ IDEA
/.idea/
#    IntelliJ creates this folder, ignore.
/dev-tools/missing-doclet/out/

# Eclipse
/.project
/.classpath
/.settings/

# Eclipse Gradle oddity
**/bin/default/

# macOS
.DS_Store

# Python
.pydevproject
__pycache__

# Emacs backup
*~

# SDKMAN
.sdkmanrc