Minyus / pipelinex

PipelineX: Python package to build ML pipelines for experimentation with Kedro, MLflow, and more
https://pipelinex.readthedocs.io/
Other
221 stars 11 forks source link

suggestion to have .gitignore with wider coverage #2

Closed shibuiwilliam closed 4 years ago

shibuiwilliam commented 4 years ago

Why: Python may create a lot of intermediate files in the directory that is not needed to be pushed to the repository. What: Add .gitignore based on the below: https://github.com/github/gitignore/blob/master/Python.gitignore

Minyus commented 4 years ago

LGTM. Thank you for your contribution.