satori/.gitignore
Ziad Sawalha f6080c5271 Update tests and testing requirements
- pep257 with our patches (>=0.3.2)
- flake8_docstring with our patch (>=0.2.0)
- python-whois with python 3 patches
- don't need Babel or WebOb yet; remove
- sort alphabetically where order is not important
- indicate python 3/3.3 compatibility; classifiers
- document running coverage report
- add coverage and virtual env paths to .gitignore
- fix coverage filtering to not include tests
- tweak pylintrc

Change-Id: I0e840a424bebd35d349a21ab769f47da7b34a02d
2014-03-14 16:47:40 -05:00

60 lines
498 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.coverage.*
cover
covhtml
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
*/.ropeproject/*
.ropeproject/*
*.DS_Store
*.log
*.swo
*.swp
*~
.satori-venv
.testrepository
.tox
.venv
venv
AUTHORS
build
ChangeLog
dist
doc/build