What does a typical Bitcoin Core dev environment look like in practice?

Wait 5 sec.

When working day-to-day on Bitcoin Core or related experiments, is the setup mostly multiple terminals + CLI, or are there more structured workflows/tools in use?How do you usually manage different environments (regtest, signet, testnet, mainnet) in parallel?Do you rely on custom scripts for orchestration, or mostly operate nodes manually?Curious what a “normal” developer setup looks like in practice.