소스 검색

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