import os IGNORE_DIRS = { "System Volume Information", "$RECYCLE.BIN", "Prevent Disk Sleep.txt", "PREVENT DISK SLEEP.txt", "images", "done_images", "女同" } SPECIAL_PREFIXES = {"T28", "FC2", "T38"} SEPARATORS = {"♀  ", "♀ ", "+"} SPECIAL_DIRS = {"川村まや", "上原亜衣", "上原志織"} IMAGE_EXTENSIONS = {'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.tiff', '.webp', '.svg'} DISLIKE_DIRS = {"篠真有", "二羽紗愛", "綾瀬天"} USERPROFILE = os.environ.get("USERPROFILE") TORRENT_ROOT_FOLDER: str = os.path.join(USERPROFILE, "Desktop\\BT")