浏览代码

Merge pull request #3451 from BrianMSheldon/patch-1

Brian Douglas 3 年之前
父节点
当前提交
28bd9752bc
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Python.gitignore

+ 7 - 0
Python.gitignore

@@ -136,3 +136,10 @@ dmypy.json
 
 
 # Cython debug symbols
 # Cython debug symbols
 cython_debug/
 cython_debug/
+
+# PyCharm
+#  JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
+#  be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
+#  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/