.gitignore 266 B

123456789101112131415161718192021222324252627
  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. /package-lock.json
  18. .tx/
  19. build/
  20. dist/
  21. local/
  22. gh-pages/
  23. searx.egg-info/