LinkedIn_networking
LinkedIn_networking copied to clipboard
Make repository more standard: add requirements.txt and .gitignore
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.
Thanks for the PR. I will review it in some time.