|
| 1 | +######################################### |
| 2 | +# OS-specific temporary and backup files |
| 3 | +.DS_Store |
| 4 | + |
| 5 | +######################################### |
| 6 | +# Editor temporary/working/backup files # |
| 7 | +.#* |
| 8 | +[#]*# |
| 9 | +*~ |
| 10 | +*$ |
| 11 | +*.bak |
| 12 | +*.kdev4 |
| 13 | +.project |
| 14 | +.pydevproject |
| 15 | +*.swp |
| 16 | +.idea |
| 17 | +.vscode/ |
| 18 | + |
| 19 | +# Compiled source # |
| 20 | +################### |
| 21 | +*.a |
| 22 | +*.com |
| 23 | +*.class |
| 24 | +*.dll |
| 25 | +*.exe |
| 26 | +*.o |
| 27 | +*.py[ocd] |
| 28 | +*.so |
| 29 | + |
| 30 | +# Python files # |
| 31 | +################ |
| 32 | +# setup.py working directory |
| 33 | +build |
| 34 | + |
| 35 | +# setup.py dist directory |
| 36 | +dist |
| 37 | +# Egg metadata |
| 38 | +*.egg-info |
| 39 | +.eggs |
| 40 | +# wheel metadata |
| 41 | +pip-wheel-metadata/* |
| 42 | +# tox testing tool |
| 43 | +.tox |
| 44 | +mplsetup.cfg |
| 45 | +# generated by setuptools_scm |
| 46 | +lib/matplotlib/_version.py |
| 47 | + |
| 48 | +# OS generated files # |
| 49 | +###################### |
| 50 | +.directory |
| 51 | +.gdb_history |
| 52 | +.DS_Store? |
| 53 | +ehthumbs.db |
| 54 | +Icon? |
| 55 | +Thumbs.db |
| 56 | + |
| 57 | +# Things specific to this project # |
| 58 | +################################### |
| 59 | +galleries/tutorials/intermediate/CL01.png |
| 60 | +galleries/tutorials/intermediate/CL02.png |
| 61 | + |
| 62 | +# Documentation generated files # |
| 63 | +################################# |
| 64 | +# sphinx build directory |
| 65 | +doc/_build |
| 66 | +doc/api/_as_gen |
| 67 | +# autogenerated by sphinx-gallery |
| 68 | +doc/examples |
| 69 | +doc/gallery |
| 70 | +doc/modules |
| 71 | +doc/plot_types |
| 72 | +doc/pyplots/tex_demo.png |
| 73 | +doc/tutorials |
| 74 | +doc/users/explain |
| 75 | +lib/dateutil |
| 76 | +galleries/examples/*/*.bmp |
| 77 | +galleries/examples/*/*.eps |
| 78 | +galleries/examples/*/*.pdf |
| 79 | +galleries/examples/*/*.png |
| 80 | +galleries/examples/*/*.svg |
| 81 | +galleries/examples/*/*.svgz |
| 82 | +result_images |
| 83 | +doc/_static/constrained_layout*.png |
| 84 | +doc/.mpl_skip_subdirs.yaml |
| 85 | + |
| 86 | +# Nose/Pytest generated files # |
| 87 | +############################### |
| 88 | +.pytest_cache/ |
| 89 | +.cache/ |
| 90 | +.coverage |
| 91 | +.coverage.* |
| 92 | +*.py,cover |
| 93 | +cover/ |
| 94 | +.noseids |
| 95 | + |
| 96 | +# Conda files # |
| 97 | +############### |
| 98 | +__conda_version__.txt |
| 99 | +lib/png.lib |
| 100 | +lib/z.lib |
| 101 | + |
| 102 | +# Jupyter files # |
| 103 | +################# |
| 104 | + |
| 105 | +.ipynb_checkpoints/ |
| 106 | + |
| 107 | +# Vendored dependencies # |
| 108 | +######################### |
| 109 | +lib/matplotlib/backends/web_backend/node_modules/ |
| 110 | +lib/matplotlib/backends/web_backend/package-lock.json |
0 commit comments