mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
b55a8004ed
Add *Makefile* boilerplate useful for python projects. All python tasks are using a virtualenv from ./local/py3 $ make help run - run developer instance install - developer install (./local) uninstall - uninstall (./local) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
24 lines
224 B
Plaintext
24 lines
224 B
Plaintext
# 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/
|
|
|
|
.tx/
|
|
|
|
local/
|
|
searx.egg-info/
|