mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	 b55a8004ed
			
		
	
	
		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>
		
			
				
	
	
		
			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/
 |