Add .gitignore

This commit is contained in:
Kim Silkebækken 2012-12-13 15:43:49 +01:00
parent 82b52094a3
commit 298f2776e3
1 changed files with 32 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
*.py[co]
__pycache__
env
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.tox
junit-*.xml
.coverage
coverage.xml
# Translations
*.mo
*.pot
# SQLite databases
*.db