# Simulation outputs and logs
output/*
test/test_init/iteration*
*.out
*.lock
*.hdf5
*.h5
*.nc
*.jld2
!experiments/*/*.hdf5
!experiments/*/*.jld2

# System-specific files and directories generated by the BinaryProvider and BinDeps packages
# They contain absolute paths specific to the host computer, and so should not be committed
deps/deps.jl
deps/build.log
deps/downloads/
deps/usr/
deps/src/

# Build artifacts for creating documentation generated by the Documenter package
docs/build/
docs/site/

# Julia package dependencies
/Manifest.toml
.dev/Manifest.toml
!plot/Manifest.toml
test/Manifest.toml
docs/Manifest.toml

# misc
.DS_Store

