https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 1e390a345f45586c30744d3eeadbecb4f4925cc5 authored by Isaac Overcast on 13 April 2017, 07:48:52 UTC
"Updating ipyrad/__init__.py to version - 0.6.13
Tip revision: 1e390a3
.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