-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.hgignore
93 lines (67 loc) · 1.14 KB
/
.hgignore
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
syntax: glob
*.pyd*
*.pyc
*~
*tmp
*.html
fluidimage/_path_image_samples.py
fluidimage/_hg_rev.py
**/.vscode/*
.venv
.nox
.pixi
.pdm-python
*.swp
*.swo
\#*\#
*build/*
**/__pythran__
**/__python__
**/__numba__
.tox/*
*.so
*.o
*_cy.cpp
*_cy.c
*_wrap.cxx
*.out
src_cy/fft*_cy.pyx
src_cy/fft*_pxd.pxd
*/Results_bench/*
*egg-info*
dist*
*OAR.*
*/profile.pstats
*/profile*.png
image_samples/*/Images.piv*/*.h5
image_samples/*/Images.bos*/*.h5
*_pythran.cpp
fluidimage/works/piv/*.h5
fluidimage/**.dot
doc/_generated/*
doc/tutorials/*.rst
doc/tutorials/*.h5
doc/tutorials/**.png
doc/examples/oar_launcher*
doc/examples/topo.dot
**/.ipynb_checkpoints/*
doc/_jupyter_cache
fluidimage/post_proc/*.h5
bench/oar_launcher_*
image_samples/*/*.pre*
image_samples/*/*.piv
image_samples/*/*/log_*.txt
image_samples/*/*/params_*.xml
image_samples/*/Images.bench
image_samples/4th_PIV-Challenge_Case_E/E_Calibration_Images/Camera_0*/calib*.npz
image_samples/Milestone/Images_many*
image_samples/Karman/Images.civ/*
image_samples/*/Images.*_example*
.coverage/*
*/test_fluidimage*
.pytest_cache/*
**/.mypy_cache
.eggs/*
# zenodo
.zenodo.json
fluidimage-*.zip