# Gradle
.gradle/
build/
out/

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

# Eclipse
.classpath
.project
.settings/
bin/

# VS Code
.vscode/

# Fabric runtime — contains dev world saves, logs, crash reports, and the
# config file with your app password.
run/

# macOS
.DS_Store

# Emacs / Vim swap files
*~
*.swp
*.swo
