https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 30d090e7d189d84fa936be155f9965519ed3fe00 authored by deren on 13 February 2016, 21:46:59 UTC
"Updating ipyrad/__init__.py to version - 0.1.46
Tip revision: 30d090e
.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