https://github.com/dereneaton/ipyrad
Raw File
Tip revision: a74d8c2eb913f764a4a46aab6dd386af2670a37f authored by deren on 27 January 2016, 02:04:37 UTC
"Updating ipyrad/__init__.py to version - 0.1.34
Tip revision: a74d8c2
.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