Skip to content
Browse files

Add for TurboGears2 (based off of Python template)

  • Loading branch information...
1 parent 4b492ae commit 340ddd1fb4826dcda3507c4d61fefe81bc78e31c BJ Dierkes committed with defunkt
Showing with 20 additions and 0 deletions.
  1. +20 −0 TurboGears2.gitignore
View
20 TurboGears2.gitignore
@@ -0,0 +1,20 @@
+*.py[co]
+
+# Default development database
+devdata.db
+
+# Default data directory
+data/*
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox

0 comments on commit 340ddd1

Please sign in to comment.
Something went wrong with that request. Please try again.