Files
deb-python-falcon/.gitignore
Jamie Painter 8e0ab3f4a0 refactor(tests/helper.py)
This change breaks out the common functionality from
the unit tests into a testsuite package that allows
users of Falcon to unit test their API's using
a similar technique.
2013-02-04 08:57:09 -05:00

41 lines
309 B
Plaintext

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