| | ######################################### |
| | # OS-specific temporary and backup files |
| | .DS_Store |
| |
|
| | ######################################### |
| | # Editor temporary/working/backup files # |
| | .#* |
| | [#]*# |
| | *~ |
| | *$ |
| | *.bak |
| | *.kdev4 |
| | .project |
| | .pydevproject |
| | *.swp |
| | .idea |
| | .vscode/ |
| |
|
| | # Compiled source # |
| | ################### |
| | *.a |
| | *.com |
| | *.class |
| | *.dll |
| | *.exe |
| | *.o |
| | *.py[ocd] |
| | *.so |
| |
|
| | # Python files # |
| | ################ |
| | # setup.py working directory |
| | build |
| |
|
| | # setup.py dist directory |
| | dist |
| | # Egg metadata |
| | *.egg-info |
| | .eggs |
| | # wheel metadata |
| | pip-wheel-metadata |
| | # tox testing tool |
| | .tox |
| | mplsetup.cfg |
| | # generated by setuptools_scm |
| | lib/matplotlib/_version.py |
| |
|
| | # OS generated files # |
| | ###################### |
| | .directory |
| | .gdb_history |
| | .DS_Store? |
| | ehthumbs.db |
| | Icon? |
| | Thumbs.db |
| |
|
| | # Things specific to this project # |
| | ################################### |
| | galleries/tutorials/intermediate/CL01.png |
| | galleries/tutorials/intermediate/CL02.png |
| |
|
| | # Documentation generated files # |
| | ################################# |
| | # sphinx build directory |
| | doc/_build |
| | doc/api/_as_gen |
| | # autogenerated by sphinx-gallery |
| | doc/examples |
| | doc/gallery |
| | doc/modules |
| | doc/plot_types |
| | doc/pyplots/tex_demo.png |
| | doc/tutorials |
| | doc/users/explain |
| | lib/dateutil |
| | galleries/examples/*/*.bmp |
| | galleries/examples |
| | galleries/examples/*/*.pdf |
| | galleries/examples |
| | galleries/examples/*/*.svg |
| | galleries/examples |
| | result_images |
| | doc/_static/constrained_layout*.png |
| | doc/.mpl_skip_subdirs.yaml |
| |
|
| | # Nose/Pytest generated files # |
| | ############################### |
| | .pytest_cache/ |
| | .cache/ |
| | .coverage |
| | .coverage.* |
| | *.py,cover |
| | cover/ |
| | .noseids |
| |
|
| | # Conda files # |
| | ############### |
| | __conda_version__.txt |
| | lib/png.lib |
| | lib/z.lib |
| |
|
| | # Jupyter files # |
| | ################# |
| |
|
| | .ipynb_checkpoints/ |
| |
|
| | # Vendored dependencies # |
| | ######################### |
| | lib/matplotlib/backends/web_backend/node_modules/ |
| | lib/matplotlib/backends/web_backend/package-lock.json |
| |
|
| | LICENSE/LICENSE_QHULL |
| | |