Adding some functionality to get all permutations of selectors based on tag name, id, and class selectors.
- `get_possible_selectors_by_tag(file_path: str, tag: str)`
- `add_if_not_in(my_list: list, item: str)`
TODO:
* add potential descendant and other advanced selectors (that will be a different function)