File tree Expand file tree Collapse file tree 1 file changed +21
-39
lines changed Expand file tree Collapse file tree 1 file changed +21
-39
lines changed Original file line number Diff line number Diff line change 1
- # ########################################
2
- # Editor temporary/working/backup files #
3
- . # *
4
- [# ]* #
5
- * ~
6
- * $
7
- * .bak
8
- .project
9
- .pydevproject
10
-
11
- # Compiled source #
12
- # ##################
13
- * .a
14
- * .com
15
- * .class
16
- * .dll
17
- * .exe
18
- * .o
19
- * .py [ocd ]
20
- * .so
21
-
22
- # Python files #
23
- # ###############
24
- # setup.py working directory
25
1
build
26
- # sphinx build directory
27
- doc /_build
28
- # setup.py dist directory
29
2
dist
30
- # Egg metadata
31
3
* .egg-info
32
- # tox testing tool
33
- .tox
4
+ * .pyc
5
+ * .pyd
6
+ * .so
7
+
8
+ doc /build
9
+ doc /source /_autosummary
10
+
11
+ htmlcov
12
+ .coverage
13
+ .pytest_cache
34
14
35
- # OS generated files #
36
- # #####################
37
15
.gdb_history
16
+ .DS_Store
38
17
.DS_Store ?
39
18
ehthumbs.db
40
19
Icon ?
41
20
Thumbs.db
42
21
43
- # Things specific to this project #
44
- # ##################################
22
+ . # *
23
+ [# ]* #
24
+ * ~
25
+ * $
26
+ * .bak
27
+ .project
28
+ .pydevproject
29
+ .vscode
30
+
31
+ # Things specific to this project.
45
32
examples /* .png
46
33
* .pickle
47
-
48
- # Documentation generated files #
49
- # ################################
50
34
doc /examples
51
35
doc /_templates /gallery.html
52
36
doc /users /installing.rst
53
37
doc /_static /matplotlibrc
54
-
55
- .DS_Store
You can’t perform that action at this time.
0 commit comments