Created
August 6, 2019 15:00
-
-
Save monkeycycle/6adfc77b28c5ee348b6972fb6b2e0dc2 to your computer and use it in GitHub Desktop.
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
# 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