#!/usr/bin/python3 from re import sub as re_sub from glob import glob from os import remove as os_remove from os.path import isdir as path_isdir, isfile as path_isfile, abspath from shutil import rmtree GITIGNORE_PATH = "./.gitignore" DRY_RUN = False remove_comments = lambda s: re_sub(r"(?