|
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 |
| -# meson-python working directory |
33 |
| -build |
34 |
| -.mesonpy* |
35 |
| - |
36 |
| -# meson-python/build frontend dist directory |
37 |
| -dist |
38 |
| -# Egg metadata |
39 |
| -*.egg-info |
40 |
| -.eggs |
41 |
| -# wheel metadata |
42 |
| -pip-wheel-metadata/* |
43 |
| -# tox testing tool |
44 |
| -.tox |
45 |
| -# build subproject files |
46 |
| -subprojects/*/ |
47 |
| -!subprojects/packagefiles/ |
48 |
| - |
49 |
| -# OS generated files # |
50 |
| -###################### |
51 |
| -.directory |
52 |
| -.gdb_history |
53 |
| -.DS_Store? |
54 |
| -ehthumbs.db |
55 |
| -Icon? |
56 |
| -Thumbs.db |
57 |
| - |
58 |
| -# Things specific to this project # |
59 |
| -################################### |
60 |
| -galleries/tutorials/intermediate/CL01.png |
61 |
| -galleries/tutorials/intermediate/CL02.png |
62 |
| - |
63 |
| -# Documentation generated files # |
64 |
| -################################# |
65 |
| -# sphinx build directory |
66 |
| -doc/_build |
67 |
| -doc/api/_as_gen |
68 |
| -# autogenerated by sphinx-gallery |
69 |
| -doc/examples |
70 |
| -doc/gallery |
71 |
| -doc/modules |
72 |
| -doc/plot_types |
73 |
| -doc/pyplots/tex_demo.png |
74 |
| -doc/tutorials |
75 |
| -doc/users/explain |
76 |
| -lib/dateutil |
77 |
| -galleries/examples/*/*.bmp |
78 |
| -galleries/examples/*/*.eps |
79 |
| -galleries/examples/*/*.pdf |
80 |
| -galleries/examples/*/*.png |
81 |
| -galleries/examples/*/*.svg |
82 |
| -galleries/examples/*/*.svgz |
83 |
| -result_images |
84 |
| -doc/_static/constrained_layout*.png |
85 |
| -doc/.mpl_skip_subdirs.yaml |
86 |
| -doc/_tags |
87 |
| -sg_execution_times.rst |
88 |
| - |
89 |
| -# Nose/Pytest generated files # |
90 |
| -############################### |
91 |
| -.pytest_cache/ |
92 |
| -.cache/ |
93 |
| -.coverage |
94 |
| -.coverage.* |
95 |
| -*.py,cover |
96 |
| -cover/ |
97 |
| -.noseids |
98 |
| -__pycache__ |
99 |
| - |
100 |
| -# Conda files # |
101 |
| -############### |
102 |
| -__conda_version__.txt |
103 |
| -lib/png.lib |
104 |
| -lib/z.lib |
105 |
| - |
106 |
| -# Environments # |
107 |
| -################ |
108 |
| -.env |
109 |
| -.venv |
110 |
| -env/ |
111 |
| -venv/ |
112 |
| -ENV/ |
113 |
| -env.bak/ |
114 |
| -venv.bak/ |
115 |
| - |
116 |
| -# Jupyter files # |
117 |
| -################# |
118 |
| - |
119 |
| -.ipynb_checkpoints/ |
120 |
| - |
121 |
| -# Vendored dependencies # |
122 |
| -######################### |
123 |
| -lib/matplotlib/backends/web_backend/node_modules/ |
124 |
| -lib/matplotlib/backends/web_backend/package-lock.json |
125 |
| - |
126 |
| -LICENSE/LICENSE_QHULL |
| 1 | +# Created by venv; see https://docs.python.org/3/library/venv.html |
| 2 | +* |
0 commit comments