bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
595 stars 287 forks source link

gitignore: Add Sphinx build dir, venv dirs, and macOS files. #730

Closed microbit-carlos closed 2 years ago

microbit-carlos commented 2 years ago

@dpgeorge I assume this is simple enough to merge?

dpgeorge commented 2 years ago

In general I say that only project-specific entries should go in .gitignore, like docs/_build. Entries like .DS_Store and venv should go in the users .gitignore_global (and depend on their OS and how they like to set up virtual env dirs).

That said, this PR looks fine to me.

microbit-carlos commented 2 years ago

Great, thanks Damien!