Update Python.gitignore

Add .pypirc  to protect sensitive information
This commit is contained in:
Navaneeth Anand 2024-06-04 08:37:10 +05:30 committed by GitHub
parent 3674ae092f
commit 95aacb9500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,3 +160,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# PyPI configuration file
.pypirc