https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 2b37b8d0ef3afb42fcc166b7e2493d93d32434e5 authored by Isaac Overcast on 09 March 2019, 19:09:03 UTC
"Updating ipyrad/__init__.py to version - 0.7.30
Tip revision: 2b37b8d
.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