Creates hard links for all files from the source directory to the target directory.
source_directory (str) – The directory containing the original files.
target_directory (str) – The directory where hard links will be created.
blacklist (list) – List of filenames to exclude from creating hard links.
None