.gitignore 267 B

1234567891011121314151617181920212223242526272829
  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
  20. .dir-locals.el
  21. .python-version