Update .gitignore #58
Conversation
This is GitHub’s collection of .gitignore file templates.
There is a missing ignore for For maintainability I think it makes more sense to load the template as a separate file with downstream/local changes grouped together at the bottom. |
*.pyc | ||
.cache/ | ||
.coverage | ||
.idea/ |
LucidOne
Feb 3, 2019
Contributor
IntelliJ IDE
This could be pushed upstream to https://github.com/github/gitignore/blob/master/Python.gitignore
IntelliJ IDE
This could be pushed upstream to https://github.com/github/gitignore/blob/master/Python.gitignore
venv/ | ||
wheelhouse/ |
.cache/ | ||
.coverage | ||
.idea/ | ||
.vscode/ |
LucidOne
Feb 3, 2019
Contributor
Visual Studio Code
Visual Studio Code
dist/ | ||
docs/build/ |
LucidOne
Feb 3, 2019
Contributor
I think this is for an older version of Sphinx
I think this is for an older version of Sphinx
Description
Update .gitignore list based on github's gitignore