https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 0c2b76fac3b0349d904bfa41e1c3c79e1c3b943a authored by deren on 11 February 2016, 17:50:17 UTC
"Updating ipyrad/__init__.py to version - 0.1.40
Tip revision: 0c2b76f
.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