mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
87c8c5fd1b
Without specifying folders to check, pyright will also scan files in folders like ./build, ./cache, ./.nvm and more. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
19 lines
167 B
Plaintext
19 lines
167 B
Plaintext
# to sync with .dockerignore & pyrightconfig.json
|
|
|
|
*.pyc
|
|
*/*.pyc
|
|
*~
|
|
*.swp
|
|
geckodriver.log
|
|
|
|
.coverage
|
|
coverage/
|
|
|
|
.nvm/
|
|
cache/
|
|
build/
|
|
dist/
|
|
local/
|
|
gh-pages/
|
|
*.egg-info/
|