# default
TODO
target/
Cargo.lock

# binary
kalast

# resources
rsc/cast/*
rsc/img/*
rsc/obj/*
rsc/data/*
rsc/log/*
rsc/kernels/*

# resources exceptions
## images
!rsc/cast/demo.gif
!rsc/img/SBMT-dimorphos.png
## 3D object meshes
!rsc/obj/didymos.obj
!rsc/obj/dimorphos.obj
!rsc/obj/sphere.obj
!rsc/obj/ellipsoid.obj
!rsc/obj/crater.obj
!rsc/obj/facet.obj
## data produced
!rsc/data/dimorphos.txt
## logs
!rsc/log/example.log

# python
*__pycache__/
