srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.76k stars 1.93k forks source link

Modified get_filenames_from_dir to exclude .DS_Store files #82

Closed sahiljani closed 12 months ago

sahiljani commented 1 year ago

Pull Request Title

Exclude .DS_Store Files in get_filenames_from_dir Function

Related Issue

N/A

Description

Updated the get_filenames_from_dir function to exclude .DS_Store files, providing a cleaner output list of filenames.

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

N/A

How to Test

  1. Call the get_filenames_from_dir function with a directory that includes .DS_Store file.
  2. Check the output list of filenames to verify that .DS_Store file is not included.

Checklist

Additional Information

No additional information.