diff --git a/gitignore_clean.py b/gitignore_clean.py deleted file mode 100644 index ce46552..0000000 --- a/gitignore_clean.py +++ /dev/null @@ -1,65 +0,0 @@ -#!/usr/bin/env 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"(?