Revision 2659090d9172465d3b683600a1b9bc0fd74097a3 authored by isaacovercast on 17 November 2016, 21:12:33 UTC, committed by isaacovercast on 17 November 2016, 21:12:33 UTC
1 parent b6b4ae9
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