While in development, I want o be able to run flit build before commiting and adding files to my github repo.
if I do that I get
$ flit build
flit.common.VCSError: Untracked or deleted files in the source directory. Commit, undo or ignore these files in your VCS. (.)
I want to be able to do:
$ flit build dev
#or
$ flit build --novcs
So I can test my builds before commiting