CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Gradle build artifacts
build/
.gradle/
# Compiled JVM bytecode
*.class
*.jar
# IntelliJ IDEA project files (generated by Gradle plugin during development)
.idea/
*.iml
*.iws
*.ipr
# Kotlin incremental compilation cache
.kotlin/
# macOS
.DS_Store
# Local Gradle properties (may contain credentials)
local.properties
gradle-local.properties
|