forked from asyrjasalo/RESTinstance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (41 loc) · 758 Bytes
/
.gitignore
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
### OS #########################################################################
# OS specific
.DS_Store
# IDEs
.idea/
### Python #####################################################################
# byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# virtualenv(s)
.venv/
# setuptools
build/
dist/
pip-wheel-metadata/
*.egg-info/
# pycoverage
.coverage
.coverage.*
# pytest
.pytest_cache/
# mypy
.dmypy.json
dmypy.json
.mypy_cache/
# Jupyter Notebook
.ipynb_checkpoints
### Project ####################################################################
# Robot Framework
log.html
output.xml
report.html
# nox -s testenv (mountebank)
node_modules/
# nox -s atest
results/
# RESTinstance: mountebank
mb.log
mb1.log
mb.pid