How do you like to layout up your dev environment?
When using Jetbrains' editors, I've always gone with files on the left, the terminal at the bottom, and code in the centre; I wonder what other people have found ergonomic or enjoyed.
I'm also keen to hear from those who don't use IDEs of course!
IntelliJ + PyCharm + GoLand x (3 laptops + a Windows Desktop) = Ain't nobody got time for that.
With pycharm I often split at least two panes vertically sometimes more if necessary. Depending on what I do I also have firefox open on the same virtual desktop to have documentation and code side by side.
For smaller things I use neovim and usually have several terminal windows open at the same time for editing, running, testing, ....