Java build systems such as gradle or maven come with packages scripts downloading the entire build system. I think, these files should be excluded: - `gradlew.bat` and `gradlew` for [gradle](https://docs.gradle.org/current/userguide/gradle_wrapper.html) - `mvnw.bat` and `mvnw` for [maven](https://maven.apache.org/wrapper/) I know this is it not much size in comparison to a whole code base; nevertheless, I think, this will focus the LLM more.