https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 4aa45d13ba8e11ad2034b67e87b7f3db3c7a0141 authored by Isaac Overcast on 31 May 2023, 21:37:52 UTC
"Updating ipyrad/__init__.py to version - 0.9.92
Tip revision: 4aa45d1
.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