import re import inspect from glob import glob from pathlib import Path from wcmatch import glob as wc_glob # hardcoded file names to ignore # - "4913" is a temp file created by Vim before editing IGNORE_PATTERNS = ['4913', '.sync*.db*'] camel2snake_regex = re.compile(r'(?