https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 02163c03691f94c586ad6b61c6fa2cef0b883129 authored by deren on 23 January 2016, 22:14:17 UTC
"Updating ipyrad/__init__.py to version - 0.1.31
Tip revision: 02163c0
.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