https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 715f5e75d1da80a731c1364c38c6ad7143d934f1 authored by isaacovercast on 24 June 2016, 20:27:54 UTC
"Updating ipyrad/__init__.py to version - 0.3.12
Tip revision: 715f5e7
.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