Skip to content

Commit

Permalink
Update .gitignore to match seasonal-cov [#2]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jun 24, 2024
1 parent 8b67f61 commit cdbd7f6
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,25 @@
# Files created by the pipeline, which we want to keep out of git
# (or at least out of _this_ git repo).
# pipeline output #
benchmarks/
data/
logs/
results/
build/

# Sensitive environment variables
environment*

# Snakemake state dir
/.snakemake

# Local config overrides
/config_local.yaml
# snakemake output #
.snakemake
snakemake_log

# For Python #
##############
*.pyc
.tox/
.cache/

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
__pycache__/*

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
*~

0 comments on commit cdbd7f6

Please sign in to comment.