# Gradle
.gradle/
build/
out/

# IntelliJ Platform cache (downloaded IDEs, plugins, etc.)
.intellijPlatform/

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

# Kotlin
*.class

# OS files
.DS_Store
Thumbs.db

# Local configuration
local.properties
