# Resolved environments. A library declares bounds and lets consumers resolve;
# pinning a resolution is what applications do. Unanchored so it matches at any
# depth -- the previous rule was anchored to the repository root, which is why
# the test and examples manifests were tracked.
Manifest*.toml

# Example output. The library writes nothing itself; examples/common.jl puts
# figures and data here unless AQUARIUM_OUTPUT redirects them.
examples/output/

# Editor and OS artifacts
.vscode/
.DS_Store

# Ignore calibration images and board
**/camera_calibration/calibration_images/
**/camera_calibration/calibration_board/
