mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-01 07:36:20 +00:00
4b7a0f3662
# Conflicts: # cps/opds.py # cps/server.py # cps/web.py
38 lines
375 B
Plaintext
38 lines
375 B
Plaintext
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
.python-version
|
|
env/
|
|
venv/
|
|
eggs/
|
|
dist/
|
|
executable/
|
|
build/
|
|
vendor/
|
|
.eggs/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
.pylint.d
|
|
|
|
# calibre-web
|
|
*.db
|
|
*.log
|
|
cps/cache
|
|
|
|
.idea/
|
|
*.bak
|
|
*.log.*
|
|
.key
|
|
|
|
settings.yaml
|
|
gdrive_credentials
|
|
client_secrets.json
|
|
gmail.json
|
|
/.key
|