-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitignore to match seasonal-cov [#2]
- Loading branch information
Showing
1 changed file
with
8 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*~ |