-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy path.gitignore
More file actions
140 lines (123 loc) · 2.24 KB
/
.gitignore
File metadata and controls
140 lines (123 loc) · 2.24 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
#########################################
# 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 #
################
# meson-python working directory
build
.mesonpy*
# meson-python/build frontend dist directory
dist
# Egg metadata
*.egg-info
.eggs
# wheel metadata
pip-wheel-metadata/*
# tox testing tool
.tox
# build subproject files
subprojects/*/
subprojects/.*
!subprojects/packagefiles/
# 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/*/*.eps
galleries/examples/*/*.pdf
galleries/examples/*/*.png
galleries/examples/*/*.svg
galleries/examples/*/*.svgz
result_images
doc/_static/constrained_layout*.png
doc/.mpl_skip_subdirs.yaml
doc/_tags
sg_execution_times.rst
# Nose/Pytest generated files #
###############################
.pytest_cache/
.cache/
.coverage
.coverage.*
*.py,cover
cover/
.noseids
__pycache__
# Conda files #
###############
__conda_version__.txt
lib/png.lib
lib/z.lib
# uv files #
############
uv.lock
# Environments #
################
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# pixi files on top level
pixi.toml
.pixi/
# ignore the lock file, but we want to commit this if lock is purposely made from
# pyproject.toml. If you want the lock file committed, just do `git add -f pixi.lock`
# after generating it.
pixi.lock
# Jupyter files #
#################
.ipynb_checkpoints/
# Vendored dependencies #
#########################
lib/matplotlib/backends/web_backend/node_modules/
lib/matplotlib/backends/web_backend/package-lock.json
LICENSE/LICENSE_QHULL