mirror of
https://github.com/searxng/searxng.git
synced 2026-05-08 02:13:51 +02:00
20a193f04c
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
30 lines
274 B
Plaintext
30 lines
274 B
Plaintext
# to sync with .dockerignore & pyrightconfig.json
|
|
|
|
*.pyc
|
|
*/*.pyc
|
|
*~
|
|
*.swp
|
|
geckodriver.log
|
|
|
|
.coverage
|
|
coverage/
|
|
|
|
.govm/
|
|
.nvm/
|
|
cache/
|
|
build/
|
|
dist/
|
|
local/
|
|
gh-pages/
|
|
*.egg-info/
|
|
|
|
/package-lock.json
|
|
/node_modules/
|
|
|
|
.idea/
|
|
|
|
searx/version_frozen.py
|
|
.dir-locals.el
|
|
|
|
.python-version
|