# Files created by workflows that we usually want to keep out of git
auspice/
builds/
data/
results/
logs/
benchmarks/

# Sensitive environment variables
environment*
env.d/

# Snakemake
.snakemake/

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

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

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

# IDE generated files #
######################
.vscode/

# nohup output
nohup.out

# cluster logs
slurm-*
