How to disable sidebar only in bbPress and not WordPress?

Okay, I manually commented out all instances of <?php get_sidebar)(); ?> in bbPress templates like so:

<?php //get_sidebar)(); ?>

Alternatively, you can simply remove the code as well. But I consider it a bad idea, in case you want to have sidebar in the future.