Files
deb-python-falcon/.gitignore
Kurt Griffiths 67ca1ad679 test: Add Hug test and reorganize scripts and requirements (#1042)
Add a hug ecosystem test to validate Falcon against the most recent
Hug release, to ensure we aren't breaking anything over there. Along
the way, reorganize test scripts and requirement files since the
addition of the Hug tests would make the old structure even more
confusing than it already was.
2017-05-07 23:00:31 -05:00

54 lines
409 B
Plaintext

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