https://github.com/dereneaton/ipyrad
Raw File
Tip revision: fbd7bd562c6cdcc5347b92e85c911d1248c4b575 authored by deren on 22 February 2016, 21:24:25 UTC
"Updating ipyrad/__init__.py to version - 0.1.58
Tip revision: fbd7bd5
.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