From ea1d5edb4d483270fc80ae1cb427a3f4d0483199 Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Sat, 20 Dec 2025 11:38:43 +0100 Subject: [PATCH] foo --- .gitignore | 4 +++- src/CTFlows.jl | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d61cce..4bb01e8 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,6 @@ docs/site/ Manifest*.toml # -reports/ \ No newline at end of file +reports/ +*.bak +*.backup \ No newline at end of file diff --git a/src/CTFlows.jl b/src/CTFlows.jl index 2c88e20..481fb6b 100644 --- a/src/CTFlows.jl +++ b/src/CTFlows.jl @@ -21,4 +21,4 @@ include("utils.jl") include("differential_geometry.jl") include("optimal_control_problem_utils.jl") -end +end \ No newline at end of file