1*.egg-info
2*.pyc
3*.orig
4build/*
5dist/*
6*.swp
7*.log
8lib
9share
10bin
11*.kdev4
12include
13sphinx/source/_build
14.tox
15
16/.eggs/
17/.ropeproject/
18/cherrypy/test/static/has space.html
19/cherrypy/test/test.conf
20
21# pyenv local config:
22.python-version
23
24# Ignore useless OS X's dirs:
25.DS_Store
26
27# Py.test
28/.cache/
29/.pytest_cache/
30
31# Eclipse, PyDev
32.project
33.pydevproject
34
35# test results in junit format for Appveyor
36/.test-results/pytest/results.xml
37
38# coverage results
39/.coverage
40/coverage.xml
41
42# test artifacts
43/graph_AppResponse_*.png
44/graph_Response_*.png
45/graph_Request_*.png
46