.gitignore 235 B

12345678910111213141516171819202122232425
  1. # to sync with .dockerignore & pyrightconfig.json
  2. *.pyc
  3. */*.pyc
  4. *~
  5. *.swp
  6. geckodriver.log
  7. .coverage
  8. coverage/
  9. .nvm/
  10. cache/
  11. build/
  12. dist/
  13. local/
  14. gh-pages/
  15. *.egg-info/
  16. /package-lock.json
  17. /node_modules/
  18. .idea/
  19. searx/version_frozen.py