https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 99e4d5de730f7d6a318c5c3d7a2c05980c7921e0 authored by deren on 21 January 2016, 22:11:28 UTC
"Updating ipyrad/__init__.py to version - 0.1.26
Tip revision: 99e4d5d
.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