https://github.com/dereneaton/ipyrad
Raw File
Tip revision: b5cc70a62c36d85cf345e1a14c9be34c81ba67ee authored by dereneaton on 16 May 2016, 05:43:14 UTC
"Updating ipyrad/__init__.py to version - 0.2.8
Tip revision: b5cc70a
.gitignore

## ignore these files
*.pyc
*~
.DS_Store
.ipynb_checkpoints
build
dist
ipyrad.egg-info
ipyrad.sublime-*
tests/*
env/
params-*.txt
ipyrad_log.txt
	
## but not these files
!tests/*.ipynb
!tests/data/*
back to top