-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (57 loc) · 685 Bytes
/
.gitignore
File metadata and controls
58 lines (57 loc) · 685 Bytes
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
h5py/h5*.c
h5py/utils.c
h5py/_conv.c
h5py/_conv.pyx
h5py/_npystrings.c
h5py/_npystrings.pyx
h5py/_objects.pyx
h5py/_proxy.c
h5py/_proxy.pyx
h5py/_objects.c
h5py/_errors.c
h5py/_errors.pyx
h5py/_errors.pxd
h5py/_selector.c
h5py/api_types_ext.pxd
h5py/api_types_hdf5.pxd
h5py/h5.pyx
h5py/h5d.pyx
h5py/h5f.pyx
h5py/h5fd.pyx
h5py/h5i.pyx
h5py/h5p.pyx
h5py/h5r.pxd
h5py/h5t.pyx
h5py/_hdf5.*
h5py/*.dll
h5py/*.so
*.hdf5
h5config.json
h5py/defs.*
build/
*.pyc
*.pyd
dist/
wheelhouse/
MANIFEST
.DS_Store
/docs/_build
/docs_api/_build
/.tox
/h5py.egg-info
/*.egg
/.asv
.eggs/
*.so
*~
*.swp
.pytest_cache
.coverage
.coverage_dir
coverage.xml
.vscode/
.mypy_cache/
/cache/
# Rever
rever/
.idea/