2022-01-19 10:08:24 +01:00
|
|
|
# to sync with .dockerignore & pyrightconfig.json
|
2013-12-29 16:21:20 +01:00
|
|
|
|
|
|
|
*.pyc
|
2014-01-12 12:40:27 +01:00
|
|
|
*/*.pyc
|
2014-11-30 13:21:58 +01:00
|
|
|
*~
|
2016-05-19 00:38:43 -05:00
|
|
|
*.swp
|
2021-06-22 16:55:30 +02:00
|
|
|
geckodriver.log
|
2014-01-12 12:40:27 +01:00
|
|
|
|
2021-06-22 16:55:30 +02:00
|
|
|
.coverage
|
|
|
|
coverage/
|
2019-11-28 19:54:57 +01:00
|
|
|
|
2021-11-14 18:10:14 +01:00
|
|
|
.nvm/
|
2021-06-22 16:55:30 +02:00
|
|
|
cache/
|
2019-12-12 12:10:32 +01:00
|
|
|
build/
|
|
|
|
dist/
|
2019-11-28 19:54:57 +01:00
|
|
|
local/
|
2019-12-12 14:15:41 +01:00
|
|
|
gh-pages/
|
2021-06-22 16:55:30 +02:00
|
|
|
*.egg-info/
|
2022-01-20 09:11:37 +01:00
|
|
|
|
|
|
|
/package-lock.json
|
2024-12-10 20:53:06 +03:30
|
|
|
**/node_modules
|
|
|
|
**/.parcel-cache
|
2024-12-10 22:05:26 +03:30
|
|
|
pnpm-lock.yaml
|
2022-11-29 22:29:50 +01:00
|
|
|
|
|
|
|
.idea/
|
2023-01-20 10:32:38 +00:00
|
|
|
|
|
|
|
searx/version_frozen.py
|
2024-04-24 09:17:17 -04:00
|
|
|
.dir-locals.el
|
|
|
|
|
|
|
|
.python-version
|
2024-12-10 22:05:26 +03:30
|
|
|
|