https://github.com/dereneaton/ipyrad
Raw File
Tip revision: eb83a894bae11e8e10c2cc382cefe21622a1999a authored by Isaac Overcast on 03 April 2023, 20:14:28 UTC
"Updating ipyrad/__init__.py to version - 0.9.90
Tip revision: eb83a89
.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