mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00

- flake & compatibility - searxng package & overlay for installation via Nix package manager - development shell with make & python with dependencies for local execution of built artifact
18 lines
148 B
Text
18 lines
148 B
Text
# to sync with .dockerignore
|
|
|
|
*.pyc
|
|
*/*.pyc
|
|
*~
|
|
*.swp
|
|
geckodriver.log
|
|
|
|
.coverage
|
|
coverage/
|
|
|
|
cache/
|
|
build/
|
|
dist/
|
|
local/
|
|
gh-pages/
|
|
*.egg-info/
|
|
/result
|