LinkedIn_networking icon indicating copy to clipboard operation
LinkedIn_networking copied to clipboard

Make repository more standard: add requirements.txt and .gitignore

Open metaperl opened this issue 4 years ago • 1 comments

requirements.txt is a common way to manage requirements for a project and reduces the number of lines to install dependencies.

.gitignore is recommended so that files that should not be added to the repo do not get considered by git.

metaperl avatar Sep 15 '20 03:09 metaperl

Thanks for the PR. I will review it in some time.

AkshaySiwal avatar Sep 15 '20 11:09 AkshaySiwal