https://github.com/dereneaton/ipyrad
Raw File
Tip revision: ff9eab8d51b7b8eada8dde2041f6cf7ebf4d7495 authored by deren on 19 January 2016, 21:58:04 UTC
"Updating ipyrad/__init__.py to version - 0.1.25
Tip revision: ff9eab8
.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