syntax: glob

*.pyd*
*.pyc
*~
*tmp
*.html

fluidimage/_path_image_samples.py
fluidimage/_hg_rev.py

**/.vscode/*

venv/*
.nox/*

*.swp
*.swo

\#*\#

*build/*
**/__pythran__
.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/ipynb/*.rst
doc/ipynb/*.h5
doc/ipynb/.ipynb_checkpoints/*
doc/ipynb/*.nbconvert.ipynb
doc/ipynb/**.png
doc/examples/oar_launcher*
doc/examples/topo.dot
*/.ipynb_checkpoints/*

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*.npy
image_samples/Milestone/Images_many*

image_samples/Karman/Images.civ/*
image_samples/Karman/Images.*_example*

.coverage/*

*/test_fluidimage*

.pytest_cache/*
**/.mypy_cache

.eggs/*