.dockerignore 446 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. *~
  2. */*~
  3. */*/*~
  4. */*/*/*~
  5. */*/*/*/*~
  6. # Git
  7. .git
  8. .gitignore
  9. # CI
  10. .codeclimate.yml
  11. .travis.yml
  12. .taskcluster.yml
  13. # Byte-compiled / optimized / DLL files
  14. __pycache__/
  15. */__pycache__/
  16. */*/__pycache__/
  17. */*/*/__pycache__/
  18. *.py[cod]
  19. */*.py[cod]
  20. */*/*.py[cod]
  21. */*/*/*.py[cod]
  22. # to sync with .gitignore
  23. .coverage
  24. coverage/
  25. .installed.cfg
  26. engines.cfg
  27. env
  28. searx-ve
  29. robot_log.html
  30. robot_output.xml
  31. robot_report.html
  32. test_basic/
  33. setup.cfg
  34. node_modules/
  35. .tx/