python: Add .gitignore
This commit adds a Python .gitignore to the python/
directory, taking
from the public domain gitignore file provided by GitHub1.
Previously, I saw a __pycache__
in my git status
which was not nice.
This commit adds a Python .gitignore to the python/
directory, taking
from the public domain gitignore file provided by GitHub1.
Previously, I saw a __pycache__
in my git status
which was not nice.
requested review from @nickm
approved this merge request
CI failures seem to be timeout related.
mentioned in commit e76bd9fe
merged