mirror of
https://github.com/janeczku/calibre-web
synced 2024-10-31 23:26:20 +00:00
ba44a15891
Code cosmetics #75: - More debug infos for kindlegen and sending e-mail. - Button for sending test e-mail. - timeout of 5min for sending e-mail
25 lines
253 B
Plaintext
25 lines
253 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.*
|