This is the Knight Owls' code for the 2025 season and one of the very few repos with a README.
Though if you thought the README would be useful, I'm (not really) sorry to disappoint you.
Okay fine, it can be somewhat useful.
.vscode/: VSCode config? I don't know; I don't use VSCode..wpilib/: Again, don't know. WPILib files, probably (mind blowing, right?).build/: Cached build files, maybe? I don't really know.gradle/: Gradle stuff, I'd assume.src/main/: Robot source code.deploy/: Files that get deployed to the robot.java/: Code directoryfrc/: Our robot is packagedfrc.robot, and utilies arefrc.lib.lib/: Libraries and utilitiesswerve/: Swerve things, like SwerveModules and SwerveModuleConstants
robot/: Code for the robotcommands/: I think this is command for autos, but I'm not sure.subsystems/: Subsystems, like Swerve, Pivot, etc.
vendordeps/: Dependency files, like CTRE, Phoenix, etc.