File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change
1
+ .eggs
1
2
build
2
3
dist
3
- .eggs
4
4
* .egg-info
5
5
* .pyc
6
6
* .pyd
7
7
* .so
8
- * .c
9
-
10
- doc /build
11
- doc /source /_autosummary
12
8
13
9
htmlcov
10
+ .cache
14
11
.coverage
15
12
.pytest_cache
16
13
14
+ # File manager files.
17
15
.gdb_history
18
16
.DS_Store
19
17
.DS_Store ?
20
18
ehthumbs.db
21
19
Icon ?
22
20
Thumbs.db
23
21
22
+ # Temporary files.
24
23
. # *
25
24
[# ]* #
26
25
* ~
27
26
* $
28
27
* .bak
28
+
29
+ # IDE files.
29
30
.project
30
31
.pydevproject
31
32
.vscode
32
33
33
34
# Things specific to this project.
34
- examples /* .png
35
35
* .pickle
36
- doc /examples
37
- doc /_templates /gallery.html
38
- doc /users /installing.rst
39
- doc /_static /matplotlibrc
36
+ examples /* .png
37
+ packages /basemap /doc /examples
38
+ packages /basemap /doc /users /installing.rst
39
+ packages /basemap /doc /_static /matplotlibrc
40
+ packages /basemap /doc /_templates /gallery.html
You can’t perform that action at this time.
0 commit comments