Files
deb-python-falcon/.gitignore
Kurt Griffiths fcde52eff3 test: Migrate to combined test coverage
Minimize the use of "pragma: no cover" by combining coverage results
across multiple runs. Update CONTRIBUTING.md with instructions for
checking coverage, etc. before submitting a PR.
2015-12-28 20:24:18 -06:00

52 lines
392 B
Plaintext

*.py[cod]
# C extensions
*.c
*.so
# Jython
*$py.class
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.coverage_*
.tox
nosetests.xml
htmlcov
*.dat
# Docs
doc/_build
# Translations
*.mo
# Idea
.idea
# System
.DS_Store
# VIM swap files
.*.swp
# VIM temp files
*~