https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 8e34471a1645b344563392a6086a0301723266d9 authored by Isaac Overcast on 21 January 2022, 14:01:48 UTC
"Updating ipyrad/__init__.py to version - 0.9.82
Tip revision: 8e34471
.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