From c5e314ded9e69bba774d83050588a15ac1cfdc15 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Sun, 23 May 2021 00:49:47 -0700 Subject: [PATCH] Update git ignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..e31930c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,19 @@ +# ================================================================================================== +# Custom Ignores +# ================================================================================================== + +test/.snakemake/ +test/conda-envs +test/config.yaml +test/out-* +test/prep.log +test/reference +test/samples.tsv + +# ================================================================================================== +# Default Python Ignores +# ================================================================================================== + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]