From 1e2bad2cd902b0da48f50328c765faeedb02c835 Mon Sep 17 00:00:00 2001 From: ysyapa Date: Fri, 17 Mar 2023 22:31:30 -0400 Subject: [PATCH] Updated .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 29126e4..e4f443c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# Temporary and scratch files +temp/ +scratch/ +scratch.ipynb +scratch.jl + # Files generated by invoking Julia with --code-coverage *.jl.cov *.jl.*.cov