2014-04-08 13:22:39 +04:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
2013-07-25 00:44:13 +04:00
|
|
|
*.so
|
2014-04-08 13:22:39 +04:00
|
|
|
|
|
|
|
# Distribution / packaging
|
2017-10-29 16:11:00 +03:00
|
|
|
.eggs/
|
2014-04-08 13:22:39 +04:00
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
bin/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
2018-04-04 14:41:51 +03:00
|
|
|
.pytest_cache
|
2014-04-08 13:22:39 +04:00
|
|
|
coverage.xml
|
|
|
|
|
2017-05-15 15:22:38 +03:00
|
|
|
# Test files
|
|
|
|
test_images
|
|
|
|
|
2014-04-08 13:22:39 +04:00
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
2014-03-24 20:49:19 +04:00
|
|
|
|
2019-01-06 17:15:54 +03:00
|
|
|
# viewdoc output
|
|
|
|
.long-description.html
|
|
|
|
|
2014-03-24 20:49:19 +04:00
|
|
|
# Vim cruft
|
|
|
|
.*.swp
|
2014-03-27 00:28:03 +04:00
|
|
|
|
|
|
|
#emacs
|
|
|
|
*~
|
|
|
|
\#*#
|
|
|
|
.#*
|
2014-04-08 13:22:39 +04:00
|
|
|
|
2019-04-06 23:42:22 +03:00
|
|
|
#VS Code
|
|
|
|
.vscode
|
|
|
|
|
2014-07-17 20:30:45 +04:00
|
|
|
#Komodo
|
|
|
|
*.komodoproject
|
|
|
|
|
|
|
|
#OS
|
|
|
|
.DS_Store
|
|
|
|
|
2017-10-29 16:11:00 +03:00
|
|
|
# JetBrains
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Extra test images installed from pillow-depends/test_images
|
|
|
|
Tests/images/README.md
|
|
|
|
Tests/images/msp
|
|
|
|
Tests/images/picins
|
|
|
|
Tests/images/sunraster
|