Only show posts with date of today or in the future (i.e don’t show past posts)?

Can’t believe I didn’t see this sooner, simply solved it with this in the query:

'post_status' => 'future'

So once published it just disappears from the list.