From 87b92bc0ad043d0364727d9102c1c5f398856253 Mon Sep 17 00:00:00 2001 From: abearab Date: Mon, 24 Jun 2024 02:20:22 -0700 Subject: [PATCH] update `.gitignore` --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c79100..5647774 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,10 @@ CanDI/setup/data/coessentiality *.swp tests.py +build **/__pycache__/ **/.ipynb_checkpoints/ **.pyc -*.DS_store \ No newline at end of file +*.DS_store +*.egg-info