https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 9e5f5644ffc70e6aaa2ba05b3378f182a7c6156b authored by Isaac Overcast on 10 April 2017, 16:26:18 UTC
"Updating ipyrad/__init__.py to version - 0.6.12
Tip revision: 9e5f564
.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