From 3763626fc2f887254b6e1b94a6a5a59375cdb84d Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Wed, 23 Mar 2016 13:03:04 -0400 Subject: [PATCH] asciicinema player --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b6d130..4923bd6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ To start a new project: cookiecutter https://github.com/drivendata/cookiecutter-data-science + + + Data ---------- ** By default, the `data` folder is included in the `.gitignore` file.** If you have a small amount of data that rarely changes, you may want to include the data in the repository. Github currently warns if files are over 50MB and rejects files over 100MB. Some other options for storing large data include [AWS S3](https://aws.amazon.com/s3/) with a syncing tool (e.g., [`s3cmd`](http://s3tools.org/s3cmd)), [Git Large File Storage](https://git-lfs.github.com/), [Git Annex](https://git-annex.branchable.com/), and [dat](http://dat-data.com/).