
# Put only whitelisted things in the Docker build context.
# First remove everything:
*

# Now explicitly add the source code and Cargo files:
!src/
!test_files/
!Cargo.toml
!Cargo.lock
