def remove_github_files()

in hooks/post_gen_project.py [0:0]


def remove_github_files():
    """
    Removes files needed for github utils
    """
    shutil.rmtree(os.path.join(
        PROJECT_DIRECTORY, ".github"
    ))