Project04_SakuraVersion/ ├── .idea/ # IntelliJ IDEA project configuration (IDE settings, not source code) ├── out/ # Compiled Java bytecode output (auto-generated, not committed to Git) ├── resources/ ...