mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
- follow convention, add a find_tests, tests method to calibre.library.test. Add calibre.library to the list in setup/test.py - sort some imports - add .cache to .gitignore
48 lines
889 B
Plaintext
48 lines
889 B
Plaintext
*_ui.py
|
|
*.pyc
|
|
*.pyo
|
|
*.pyj-cached
|
|
.bzr
|
|
.bzrignore
|
|
.build-cache
|
|
.cache
|
|
src/calibre/plugins
|
|
resources/images.qrc
|
|
manual/generated
|
|
manual/locale
|
|
build
|
|
dist
|
|
docs
|
|
resources/localization
|
|
resources/scripts.pickle
|
|
resources/ebook-convert-complete.pickle
|
|
resources/builtin_recipes.xml
|
|
resources/builtin_recipes.zip
|
|
resources/template-functions.json
|
|
resources/editor-functions.json
|
|
resources/user-manual-translation-stats.json
|
|
resources/content-server/index-generated.html
|
|
resources/content-server/locales.zip
|
|
resources/content-server/mathjax.zip.xz
|
|
resources/content-server/mathjax.version
|
|
resources/mozilla-ca-certs.pem
|
|
resources/common-user-agents.txt
|
|
icons/icns/*.iconset
|
|
setup/installer/windows/calibre/build.log
|
|
tags
|
|
nbproject/
|
|
translations/
|
|
*.mdproj
|
|
*.pidb
|
|
*.sln
|
|
*.userprefs
|
|
.project
|
|
.pydevproject
|
|
.settings/
|
|
*.DS_Store
|
|
calibre_plugins/
|
|
recipes/*.mobi
|
|
recipes/*.epub
|
|
recipes/debug
|
|
/.metadata/
|