https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 3fd6e4ef982200158b1df1f74c6916f1dca5ad22 authored by Isaac Overcast on 19 May 2017, 21:00:55 UTC
"Updating ipyrad/__init__.py to version - 0.6.21
Tip revision: 3fd6e4e
.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