https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 20d042919c229f4130fdd7bf037fb712614176d8 authored by deren on 23 January 2016, 07:06:16 UTC
"Updating ipyrad/__init__.py to version - 0.1.29
Tip revision: 20d0429
.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