https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 39bbe96e76605274bd1458f2931dba842e4113a3 authored by Isaac Overcast on 02 February 2022, 00:41:49 UTC
"Updating ipyrad/__init__.py to version - 0.9.83
Tip revision: 39bbe96
.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