https://github.com/dereneaton/ipyrad
Raw File
Tip revision: e766e6ad43288415ac0540cc840363b0d06e0d82 authored by deren on 17 January 2016, 01:28:02 UTC
"Updating ipyrad/__init__.py to version - 0.1.22
Tip revision: e766e6a
.gitignore

## ignore these files
*.pyc
*~
.DS_Store
.ipynb_checkpoints
build
dist
ipyrad.egg-info
ipyrad.sublime-*
tests/*
env/
params.txt

## but not these files
!tests/*.ipynb
!tests/data/*
back to top