Procházet zdrojové kódy

Update Python.gitignore

Add .pypirc  to protect sensitive information
Navaneeth Anand před 10 měsíci
rodič
revize
95aacb9500
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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