https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 5a78cd089a2b526c0b1a74abb49a6b14831da0d0 authored by Isaac Overcast on 07 May 2021, 15:35:03 UTC
"Updating ipyrad/__init__.py to version - 0.9.73
Tip revision: 5a78cd0
.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