You've already forked calibre-web
							
							
				mirror of
				https://github.com/janeczku/calibre-web.git
				synced 2025-10-30 23:57:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ### Python ###
 | |
| # Byte-compiled / optimized / DLL files
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| 
 | |
| # Distribution / packaging
 | |
| .Python
 | |
| .python-version
 | |
| env/
 | |
| venv/
 | |
| eggs/
 | |
| dist/
 | |
| executable/
 | |
| build/
 | |
| vendor/
 | |
| .eggs/
 | |
| *.egg-info/
 | |
| .installed.cfg
 | |
| *.egg
 | |
| .pylint.d
 | |
| 
 | |
| # calibre-web
 | |
| *.db
 | |
| *.log
 | |
| cps/cache
 | |
| 
 | |
| .idea/
 | |
| *.bak
 | |
| *.log.*
 | |
| .key
 | |
| 
 | |
| settings.yaml
 | |
| gdrive_credentials
 | |
| client_secrets.json
 | |
| gmail.json
 | |
| /.key
 |