*__pycache__*
*.pyc
*~

vex_files/*
/#*
docs/_build/*
docs/build/
local/*
*test*
imagingChallenge*
tmp/*
*.uvfits
*.fits
ehtim.egg-info/*
dist/*
results/*

build/*
data/3C279JUN16.UVP
data/OJ287AUG10B.UVP

examples/*.log
examples/*.mp4
examples/old_examples/*
examples/.ipynb_checkpoints/*

arrays/old_arrays/*

tutorials/tutorial_results/*

# Unit tests should be included
!ehtim/tests/
!ehtim/tests/test_*.py

.ipynb_checkpoints

