While Godot doesn't impose any folder structure, I recommend using snake_case
everywhere so you don't run into case sensitivity issues when exporting your project.
If you use C#, the C# "class name = file name" convention should have priority over using snake_case
. Otherwise, there's usually no reason to avoid using snake_case
.