Skip to content

Commit

Permalink
Update git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed May 23, 2021
1 parent fba1fbe commit c5e314d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit c5e314d

Please sign in to comment.