mirror of
https://github.com/janeczku/calibre-web
synced 2024-10-31 15:20:28 +00:00
26 lines
258 B
Plaintext
26 lines
258 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
|