mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-26 15:54:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			305 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			305 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .git
 | |
| .github
 | |
| .dockerignore
 | |
| .gitattributes
 | |
| .gitignore
 | |
| .idea
 | |
| .vscode
 | |
| 
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| *.so
 | |
| htmlcov/
 | |
| .coverage
 | |
| .coverage.*
 | |
| .pylintrc
 | |
| .pytest_cache/
 | |
| .venv
 | |
| venv
 | |
| 
 | |
| .DS_Store
 | |
| .AppleDouble
 | |
| .LSOverride
 | |
| ._*
 | |
| 
 | |
| */node_modules
 | |
| */dist
 | |
| */data/db
 | |
| */mealie/test
 | |
| */mealie/.temp
 | |
| 
 | |
| model.crfmodel
 | |
| 
 | |
| crowdin.yml
 |