summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cd6d7e92bc10ab13c3f630325b6716204ad0d076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.coverage
coverage/
.installed.cfg
engines.cfg
env
robot_log.html
robot_output.xml
robot_report.html
test_basic/
setup.cfg

*.pyc
*/*.pyc
*~

node_modules/

.tx/