https://github.com/dereneaton/ipyrad
Raw File
Tip revision: f9b2da33efb68740c10701b571ca59e1ace47596 authored by Isaac Overcast on 15 October 2020, 10:11:02 UTC
"Updating ipyrad/__init__.py to version - 0.9.61
Tip revision: f9b2da3
.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