浏览代码

Update Python.gitignore

Add .pypirc  to protect sensitive information
Navaneeth Anand 10 月之前
父节点
当前提交
95aacb9500
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Python.gitignore

+ 3 - 0
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
 #  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.
 #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
 #.idea/
 #.idea/
+
+# PyPI configuration file
+.pypirc