Skip to content

Instantly share code, notes, and snippets.

@monkeycycle
Created August 6, 2019 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkeycycle/6adfc77b28c5ee348b6972fb6b2e0dc2 to your computer and use it in GitHub Desktop.
Save monkeycycle/6adfc77b28c5ee348b6972fb6b2e0dc2 to your computer and use it in GitHub Desktop.
# OSX Finder junk
.DS_Store
# environment variables incl. credentials
.env
# python virtual environments
.venv
venv
# JS modules for Node
node_modules
# R
.Rproj.user
.Rhistory
.RData
.Ruserdata
# Data processing
data/out/*
!data/out/.gitkeep
data/processed/*
!data/processed/.gitkeep
# Plots
plot/*
!plot/.gitkeep
# Dropbox junk
.dropbox
# Other OS junk
Icon
Icon\r
"Icon\r"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment