.gitignore 274 B

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