forked from zaclys/searxng
		
	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>
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# 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/
 |