You know your source code, .bas, txt files are a fraction of what the .exe is going to be and all the sound and image files that come with a project.
I wouldn't worry about bas files when buying a computer, they are nothing overall. I have thousands and they hardly make a dent in hard drive.
Aye. To put it in perspective, QB64.BAS is about 25,000 lines, and comes in at just about 1MB of disk space. Cyberbit.TTF -- the unicode font which we include with QB64 by default, comes in at over 13MB in size.
By that average, you'd need to write 325,000 lines of code to take up the same amount of disk space as a single font file!!
And, if you select system properties and right click the "Compress contents to save disk space" option for your folder, BAS files compress down by usually 95-99%. (They're pure text, and text compresses like crazy!)
With one change to the folder settings, you now would need 32 million lines of code to take up the same amount of drive space as a single font!
Which leaves me to agreeing with bplus, completely:
I wouldn't worry about bas files when buying a computer, they are nothing overall.