.gitignore 152B

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