Update .gitignore with GitHub's Python template (+ VS code and macOS specifics)
The update requires thepkg_resources import, which should be available through setuptools but it might not be available in Python <3.7. Might want to consider dropping support for Python 3.6 (see also https://github.com/lfwa/carbontracker/issues/48).
This PR includes the following changes:
The update requires the
pkg_resources
import, which should be available throughsetuptools
but it might not be available in Python <3.7. Might want to consider dropping support for Python 3.6 (see also https://github.com/lfwa/carbontracker/issues/48).Testing is recommended.