.gitignore 237 B

12345678910111213141516171819202122232425
  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/
  18. build/
  19. dist/
  20. local/
  21. searx.egg-info/