https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 3878b06e81d5cf36f10ba3cc754c6e3f0f09cad0 authored by Isaac Overcast on 03 June 2017, 18:46:17 UTC
"Updating ipyrad/__init__.py to version - 0.6.27
Tip revision: 3878b06
.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