diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ca5262bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.DS_Store +*__pycache__ + +# IDE ignores +.idea/ + +# R specific ignores +.Rhistory +.Rproj.user +*.Rproj + +# viash specific ignores +target/ + +# nextflow specific ignores +.nextflow* +work