Skip to content

Instantly share code, notes, and snippets.

@genomics-geek
Last active October 16, 2016 01:15
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 genomics-geek/01d700ea0362e743292b809ca22823a1 to your computer and use it in GitHub Desktop.
Save genomics-geek/01d700ea0362e743292b809ca22823a1 to your computer and use it in GitHub Desktop.
# virtual environments
venv
# Python files
*.pyc
__pycache__
# Python Notebook dot files
.ipynb*
# Secret environment settings
.env
env
# Node and Webpack files
node_modules
npm-debug.log
webpack-stats*
# Static assests
staticfiles
static_cdn
media_cdn
# Ignore sqlite
db.sqlite3
# Apple files
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment