From 5dd01ed395878b265584faa203d9202d9824f09d Mon Sep 17 00:00:00 2001 From: rhoadesScholar Date: Tue, 13 Feb 2024 21:51:39 -0500 Subject: [PATCH] Update .gitignore file to exclude __pycache__ directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 88e63ccf8..eb753a289 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.sw[pmno] *.hdf *.h5 -*.ipynb +# *.ipynb *.pyc *.egg-info *.dat @@ -12,6 +12,7 @@ dist build dacapo.yaml +__pycache__ # vscode stuff .vscode