12db39523c
# Conflicts: # .gitignore # cps/static/css/colors.css # cps/static/css/style.css # cps/web.py
23 lines
227 B
Plaintext
23 lines
227 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
|
|
|
|
.idea/
|
|
*.bak
|