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

*.pyc
*/*.pyc
*~

node_modules/

.tx/