From c9ac90e90fa5e4c7f16e04c20e39ef39877d9cfe Mon Sep 17 00:00:00 2001 From: Ethan White Date: Wed, 17 May 2023 07:48:35 -0400 Subject: [PATCH] Add common build directories to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b971434..c1ac8b36 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,12 @@ .DS_Store .RHistory current_release.csv +current_bird_release.csv *.pl *.pt tests/__pycache__ *.wp* lightning_logs/* -*.prof \ No newline at end of file +*.prof +build/ +*.egg-info