We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66b53a commit d8fd679Copy full SHA for d8fd679
1 file changed
Python.gitignore
@@ -18,6 +18,9 @@ develop-eggs
18
lib
19
lib64
20
21
+# The new '__pycache__' in Python 3
22
+__pycache__
23
+
24
# Installer logs
25
pip-log.txt
26
0 commit comments