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]