use the python default gitignore#179
Conversation
I simply used the python global gitignore and removed everything related to the wheel builder that are not related to this project (namely poetry, hatch, pdm) and things related to pycharm. I added back the MacOs `.DS_Store` at the bottom. I did this because in another PR I added stuff related to nox and all folder went in the last commit. I think it cost nothing to have a wider gitignore and make sure that new tools can be brought to the package without ignore issues.
|
No objections from me, except can you make sure that this does not remove things that aren't included in the template, for example I don't think I saw (Note: template source is https://github.com/github/gitignore/blob/main/Python.gitignore, supported by the GitHub team) |
|
Sounds good. I still wonder about |
|
No idea, the documentation I build in the other PR didin't created any of them. My guess is that the old implementation of the docs was not storing all the output in a dedicated |
I simply used the python global gitignore and removed everything related to the wheel builder that are not related to this project (namely poetry, hatch, pdm) and things related to pycharm.
I added back the MacOs
.DS_Storeat the bottom.I did this because in another PR I added stuff related to nox and all folder went in the last commit. I think it cost nothing to have a wider gitignore and make sure that new tools can be brought to the package without ignore issues.