summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9e08e2a472c86623cb1262972fffde65ee6c4930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# to sync with .dockerignore
.coverage
coverage/
.installed.cfg
engines.cfg
env
searx-ve
robot_log.html
robot_output.xml
robot_report.html
test_basic/
setup.cfg

*.pyc
*/*.pyc
*~

/node_modules
/package-lock.json

.tx/

build/
dist/
local/
gh-pages/
searx.egg-info/