From 58b18cc2c95ad308345cd0f936ed5ec6f101bc1e Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 8 Jun 2023 17:56:39 -0500 Subject: [PATCH] chore: Add gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db46880 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +### Nextflow gitignore ### +.nextflow* +work/ +data/ +results/ +.DS_Store +testing/ +testing* +*.pyc