.gitignore 140 B

12345678910111213141516
  1. .coverage
  2. .installed.cfg
  3. engines.cfg
  4. env
  5. robot_log.html
  6. robot_output.xml
  7. robot_report.html
  8. setup.cfg
  9. *.pyc
  10. */*.pyc
  11. *~
  12. node_modules/
  13. .tx/