.gitignore 254 B

12345678910111213141516171819202122232425262728
  1. # to sync with .dockerignore
  2. .coverage
  3. coverage/
  4. cache/
  5. .installed.cfg
  6. engines.cfg
  7. env
  8. searx-ve
  9. robot_log.html
  10. robot_output.xml
  11. robot_report.html
  12. test_basic/
  13. setup.cfg
  14. *.pyc
  15. */*.pyc
  16. *~
  17. /node_modules
  18. .tx/
  19. build/
  20. dist/
  21. local/
  22. gh-pages/
  23. searx.egg-info/