.gitignore 281 B

12345678910111213141516171819202122232425262728293031
  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. *.swp
  18. /node_modules
  19. .tx/
  20. build/
  21. dist/
  22. local/
  23. gh-pages/
  24. searx.egg-info/
  25. .env
  26. geckodriver.log