https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 93e364c2f4cc0266c95d4f73f5a2e0737338339a authored by deren on 22 February 2016, 21:10:01 UTC
"Updating ipyrad/__init__.py to version - 0.1.57
Tip revision: 93e364c
.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