forked from python-microscopy/python-microscopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (64 loc) · 947 Bytes
/
.gitignore
File metadata and controls
64 lines (64 loc) · 947 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
59
60
61
62
63
64
syntax: glob
*.pyc
*.pyo
*.pyd
*.db
*~
*/build/*
*/*/build/*
build\*
build/*
*/_build/*
*/dist/*
dist\*
dist/*
*_hidden*
*.so
*.o
*.class
.spyderproject
.rope*
Deconv/fftw_wisdom
*.orig
.DS_Store
*.egg-info*
docs/api/*
docs/html/*
docs/warn.txt
doc/api/*
doc/html/*
.idea
*/_deploy/*
*Pyro_NS_URI
*.sqlite3
PYME/Acquire/Hardware/Simulator/illuminate.c
cov_html/*
cov_html\*
PYME/experimental/_octree.c
*prof_data.json*
*debug.log
*errors.log
test_report.html
.coverage
.pytest*
PYME/experimental/_treap.c
PYME/experimental/_triangle_mesh.c
PYME/IO/buffer_helpers.c
PYME/Deconv/fftw_wisdom
PYME/Analysis/points/traveling_salesperson/two_opt_utils.c
pyme-bootstrap/node_modules/*
*64.pkg
tests/assets/*
tests/cov_html/*
tests/*.html
fftw_wisdom.pkl
*.css.map
.vscode/
pyme-bootstrap/package-lock.json
PYME/experimental/_octree.html
PYME/experimental/_treap.html
PYME/experimental/_triangle_mesh.html
PYME/experimental/func_octree.c
*.egg
*.whl
*.log