Add generic Python project gitignore
authorLowe Thiderman <redacted>
Tue, 27 May 2014 22:10:25 +0000 (00:10 +0200)
committerLowe Thiderman <redacted>
Tue, 27 May 2014 22:10:25 +0000 (00:10 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..cded345
--- /dev/null
@@ -0,0 +1,39 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+include
+share
+MANIFEST
+data
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
git clone https://git.99rst.org/PROJECT