From 2af844e9df6cf9f486abb22a22830c0d36e494ad Mon Sep 17 00:00:00 2001 From: Ethan Peterson Date: Mon, 25 Mar 2024 13:49:26 -0400 Subject: [PATCH] adding to .gitignore --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11852f5..d09b2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ -*~ *.h5m __pycache__ + +# Python distribution +.settings/ +dist/ +pydagmc.egg-info/ + +# emacs and vim backups +*~ +*.swp + +# Source build +build