https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 6ad93abc795e47d43a7c639adf01abb80dec7dcd authored by Isaac Overcast on 09 June 2021, 23:01:18 UTC
"Updating ipyrad/__init__.py to version - 0.9.80
Tip revision: 6ad93ab
.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