close
The Wayback Machine - https://web.archive.org/web/20211014180418/https://github.com/github/gitignore/commit/340ddd1fb4826dcda3507c4d61fefe81bc78e31c
Skip to content
Permalink
Browse files
Add for TurboGears2 (based off of Python template)
  • Loading branch information
BJ Dierkes authored and defunkt committed Nov 9, 2010
1 parent 4b492ae commit 340ddd1fb4826dcda3507c4d61fefe81bc78e31c
Showing with 20 additions and 0 deletions.
  1. +20 −0 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.