https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 2d4f63ac8a11665b74e4f6e8fdbc3bc010a4532e authored by Isaac Overcast on 07 May 2021, 15:21:50 UTC
"Updating ipyrad/__init__.py to version - 0.9.72
Tip revision: 2d4f63a
.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