# Gradle
/.gradle
/build

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

# IntelliJ IDEA
/*.iml
/*.ipr
/*.iws
/.idea
/out

# Debugging
/eclipse
/run

# OS X
.DS_Store

# VSCode
/.vscode
/saves
/logs
/config
/options.txt
/usernamecache.json
