How to skip .DS_Store file in macos?

I want to implement a folder upload feature. When I upload a selected folder, unwanted hidden files like .DS_Store appear. How can I skip this file? Additionally, how can I exclude it from being counted when selecting the folder?

Hi, you can use onBeforeFileAdded()