https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 3e880388f913d8a46c15209d71a15d8208f59b97 authored by dereneaton on 10 May 2017, 19:33:48 UTC
"Updating ipyrad/__init__.py to version - 0.6.20
Tip revision: 3e88038
.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