# Gradle
.gradle/
build/
gradle-app.setting

# IDE
.idea/
*.iml
*.ipr
*.iws
out/

# OS
.DS_Store
Thumbs.db

# Kotlin
*.class
.kotlin/

# Gradle compiled output
**/bin/

# Python
**/__pycache__/
*.pyc

# Local config
local.properties
.kiro/settings/

# Office temp files
~$*

# Temp folder for testing
TempRelease/