.gitignore 247 B

1234567891011121314151617181920212223242526
  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. gh-pages/
  22. searx.egg-info/