#### Custom stuff
# example para file generated by my code
toycoronagraph_para.py

# example psfs data
*.npy
toycoronagraph/example_data/*.npy

# Byte-compiled / optimized / DLL files
__pycache__/
toycoronagraph/docs/
toycoronagraph/__pycache__/
toycoronagraph.egg-info/

# Distribution / packaging
build/
dist/

# jupyternotebook
.ipynb_checkpoints/
toycoronagraph/.ipynb_checkpoints/
tests/.ipynb_checkpoints/
toycoronagraph/example_data/.ipynb_checkpoints/

# ongoing
plan.txt

# test
tests/*
!tests/test.ipynb
!tests/test.py

# docs
toycoronagraph/toycoronagraph_para.py

# data
MANIFEST.in

