You've already forked calibre-web
							
							
				mirror of
				https://github.com/janeczku/calibre-web.git
				synced 2025-10-30 23:57:40 +02:00 
			
		
		
		
	Bugfix gdrive naming of client_secrets.json Bugfix handling of gdrive with working folder not cps root folder
		
			
				
	
	
		
			32 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			320 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ### Python ###
 | |
| # Byte-compiled / optimized / DLL files
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| 
 | |
| # Distribution / packaging
 | |
| .Python
 | |
| env/
 | |
| eggs/
 | |
| .eggs/
 | |
| *.egg-info/
 | |
| .installed.cfg
 | |
| *.egg
 | |
| 
 | |
| # calibre-web
 | |
| *.db
 | |
| *.log
 | |
| config.ini
 | |
| cps/static/[0-9]*
 | |
| 
 | |
| .idea/
 | |
| *.bak
 | |
| *.log.*
 | |
| tags
 | |
| 
 | |
| settings.yaml
 | |
| gdrive_credentials
 | |
| 
 | |
| vendor
 | |
| client_secrets.json
 |