https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 2acf12900e2ff05a20c9ce6282efc6311b7fcc27 authored by Isaac Overcast on 17 April 2020, 16:19:01 UTC
"Updating ipyrad/__init__.py to version - 0.9.51
Tip revision: 2acf129
.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