mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
24 lines
210 B
Plaintext
24 lines
210 B
Plaintext
# to sync with .dockerignore & pyrightconfig.json
|
|
|
|
*.pyc
|
|
*/*.pyc
|
|
*~
|
|
*.swp
|
|
geckodriver.log
|
|
|
|
.coverage
|
|
coverage/
|
|
|
|
.nvm/
|
|
cache/
|
|
build/
|
|
dist/
|
|
local/
|
|
gh-pages/
|
|
*.egg-info/
|
|
|
|
/package-lock.json
|
|
/node_modules/
|
|
|
|
.idea/
|