# Gradle
.gradle/
build/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Kotlin
.kotlin/

# Test artifacts
tests/.gradle-test*/
*.patch

# OS specific
.DS_Store
Thumbs.db
*.log
