Add for TurboGears2 (based off of Python template)

This commit is contained in:
BJ Dierkes 2010-11-09 15:17:00 +08:00 committed by Chris Wanstrath
parent 4b492aedf8
commit 340ddd1fb4
1 changed files with 20 additions and 0 deletions

20
TurboGears2.gitignore Normal file
View File

@ -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