# Gradle files and build results
.gradle/
build/
*.tmp
*.log

# Specific to this project
optional/cache/

# Legacy systems (should not be used anymore)
target/
.svn/

# Generated by NetBeans IDE
**/nbproject/private/
nbactions.xml

# Generated by Eclipse IDE
.classpath
.project
.settings/

# Generated by IntelliJ IDE
*.iml
*.ipr
*.iws
.idea/

# Generated by MacOS
.DS_Store/
