LSPS icon indicating copy to clipboard operation
LSPS copied to clipboard

Remove .pyc and .DS_Store files, and add these to .gitignore

Open ageron opened this issue 4 years ago • 0 comments

Great project, thanks!

Here's a PR to remove the compiled Python files (*.pyc) and .DS_Store files, which should generally not be added to a git repository. I also added a .gitignore file to ignore these files in the future (as well as a few other file types that you generally do not want to add to a git repo).

Hope this helps.

ageron avatar Apr 09 '21 03:04 ageron