aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore
index f76ed740..869a3cf0 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -18,6 +18,9 @@ develop-eggs
lib
lib64
+# The new '__pycache__' in Python 3
+__pycache__
+
# Installer logs
pip-log.txt