gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Add .pypirc to the Python.gitignore file

Open matheusfelipeog opened this issue 4 years ago • 0 comments

.pypirc is a file that stores some information for python package distribution, such as repository URL, username and password.

Definitely this file cannot be uploaded to GitHub, as it contains access credentials for the python packages distribution platform.

See about the .pypirc file at: https://packaging.python.org/en/latest/specifications/pypirc/

matheusfelipeog avatar Dec 22 '21 23:12 matheusfelipeog