Files
deb-python-falcon/.gitignore
kgriffs e3304c13c0 test: Execution profiling
Adds cprofile to the testenv:py27, as well as to falcon-bench. In the latter
case, add the '-p' switch to profile instead of run timeit. If you would like
the profiling info dumped to a data file, set the filename using '-o'.

Closes #139
2013-05-15 19:11:28 -05:00

45 lines
340 B
Plaintext

*.py[cod]
# C extensions
*.c
*.so
# 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
.tox
nosetests.xml
htmlcov
*.dat
# Translations
*.mo
# Idea
.idea
# System
.DS_Store
# VIM swap files
.*.swp
# VIM temp files
*~