2016-04-21 21:13:41 +00:00
|
|
|
### 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
|
|
|
|
|
2016-10-04 16:48:26 +00:00
|
|
|
.idea/
|