]> jfr.im git - z_archive/twitter.git/commitdiff
Update .gitignore from https://github.com/github/gitignore
authorHugo <redacted>
Wed, 10 Sep 2014 11:52:35 +0000 (14:52 +0300)
committerRouxRC <redacted>
Thu, 11 Sep 2014 16:59:51 +0000 (18:59 +0200)
.gitignore

index bc6f6d27160158bf44e45da683d5a0a696edee00..84e800b6ed75e9f9d4c06453fe506253aa992748 100644 (file)
@@ -1,12 +1,63 @@
 ## Python
 twitter.egg-info
 twitter3.egg-info
-*.pyc
-*.pyo
 *.bak
 *.orig
 *.rej
 *~
-dist
-build
 .idea
+
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+#  Usually these files are written by a python script from a template
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.cache
+nosetests.xml
+coverage.xml
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/