1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
# Folders in root folder
_imageio-feedstock
_imageio-binaries
_imageio.github.io
_website
htmlcov
build
dist
temp
imageio.egg-info
# Files in root folder
MANIFEST
.coverage
.cache
.pytest_cache/
.test_images/
coverage.xml
.venv/
# Specific folders
imageio/lib
docs/_build
docs/reference/_backends
docs/reference/_core_29
docs/reference/_core_v3
tests/zipped
tests/freezing/frozen
imageio/resources/images
imageio/resources/freeimage
**/_autosummary/
# Files / folders that should always be ignored
__pychache__
*.pyc
*.pyo
*.dll
*.dylib
.*.swp
*~
# IDE
.idea
.project
.pydevproject
.settings
.vscode
|