diff options
author | Sam van Kampen <samint64@gmail.com> | 2012-04-28 15:55:20 +0300 |
---|---|---|
committer | Sam van Kampen <samint64@gmail.com> | 2012-04-28 15:55:20 +0300 |
commit | d8fd6790011d5fa69988f47a7beec89dcc1fbf8d (patch) | |
tree | d19b193f99c25b276d4a0002692e584d5cd9ee38 | |
parent | a66b53a87da869a24ddc3ca6bcac3034121752e6 (diff) | |
download | gitignore-d8fd6790011d5fa69988f47a7beec89dcc1fbf8d.tar.gz gitignore-d8fd6790011d5fa69988f47a7beec89dcc1fbf8d.zip |
Added __pycache__
-rw-r--r-- | Python.gitignore | 3 |
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 |