https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 9b70b095b7cdd28bad6d20dda18484e9443b426d authored by Isaac Overcast on 16 January 2020, 15:31:28 UTC
"Updating ipyrad/__init__.py to version - 0.9.30
Tip revision: 9b70b09
.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