summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 080910cdf7e8c8c19584c0c7a7a5cbda87ed6df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
*.egg-info
*.pyc
*.orig
build/*
dist/*
*.swp
*.log
lib
share
bin
*.kdev4
include
sphinx/source/_build
.tox

/.eggs/
/.ropeproject/
/cherrypy/test/static/has space.html
/cherrypy/test/test.conf

# pyenv local config:
.python-version

# Ignore useless OS X's dirs:
.DS_Store

# Py.test
/.cache/

# Eclipse, PyDev
.project
.pydevproject

# test results in junit format for Appveyor
/junit-test-results.xml

# coverage results
/.coverage
/coverage.xml

# test artifacts
/graph_AppResponse_*.png
/graph_Response_*.png
/graph_Request_*.png