.gitignore 200 B

1234567891011121314151617181920
  1. # to sync with .dockerignore
  2. .coverage
  3. coverage/
  4. .installed.cfg
  5. engines.cfg
  6. env
  7. searx-ve
  8. robot_log.html
  9. robot_output.xml
  10. robot_report.html
  11. test_basic/
  12. setup.cfg
  13. *.pyc
  14. */*.pyc
  15. *~
  16. node_modules/
  17. .tx/