Revision 1ff80f83a4a8e020fe833cf193186036fa684af5 authored by isaacovercast on 13 August 2016, 18:47:44 UTC, committed by isaacovercast on 13 August 2016, 18:47:44 UTC
1 parent 668fb17
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