summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 19 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e9ac042..ba6eefe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,19 @@
-pecan.egg-info
-*.pyc \ No newline at end of file
+# From GitHub's .gitignore template collection
+
+*.py[co]
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+
+develop-eggs
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox