Revision 03f8089aefb84e3722981a1259f4be060b223362 authored by Isaac Overcast on 25 February 2017, 23:21:03 UTC, committed by Isaac Overcast on 25 February 2017, 23:21:03 UTC
1 parent 7e0271d
Raw File
.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