aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNavaneeth Anand <nktclt@gmail.com>2024-06-04 08:37:10 +0530
committerGitHub <noreply@github.com>2024-06-04 08:37:10 +0530
commit95aacb9500ccd6142413e27c4c299bf2e8a186a6 (patch)
treef2bcefc459e93d9961dcf7635e8cca0e6f226e36
parent3674ae092f8055c29ffac2066dce1ccd7f798891 (diff)
downloadgitignore-95aacb9500ccd6142413e27c4c299bf2e8a186a6.tar.gz
gitignore-95aacb9500ccd6142413e27c4c299bf2e8a186a6.zip
Update Python.gitignore
Add .pypirc to protect sensitive information
-rw-r--r--Python.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore
index 82f92755..fe4d54a9 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -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