summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fbef357e5d06a7fb3ed0205aa02681b9028033e3 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
*.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/
/.pytest_cache/

# Eclipse, PyDev
.project
.pydevproject

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

# coverage results
/.coverage
/coverage.xml

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

# Covers JetBrains IDEs: IntelliJ, PyCharm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# Editor-based Rest Client
.idea/httpRequests