From e86df38c49225e9fd6f2cb546cc12741980ca4c4 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Sun, 23 Jan 2022 11:03:43 -0700 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 06a8b15..81e575b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ .ipynb_checkpoints -__pycache__ \ No newline at end of file +__pycache__ +*.nc \ No newline at end of file