Expands .gitignore with the very basic set of the most commonly OS generated files (MacOS and Windows)
Why?
As more and more users learn about this project and start contributing, the chances are at least small percentage of them will accidentally commit some of these generated files. Yes, it's easy to address that in the code review but it's better to nip it in the bud.
Potential next steps
We could expand the set of ignored files and include IDE specific files, for example. We can brainstorm the shape of the minimally sufficient and efficient .gitignore in this PR.
Status
PENDING REVIEW
What does this PR accomplish?
.gitignore
with the very basic set of the most commonly OS generated files (MacOS and Windows)Why?
As more and more users learn about this project and start contributing, the chances are at least small percentage of them will accidentally commit some of these generated files. Yes, it's easy to address that in the code review but it's better to nip it in the bud.
Potential next steps
.gitignore
in this PR.