.gitignore 162 B

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