Revision 2563125105052fc5077684f2043e2c0ff6fe0f33 authored by Isaac Overcast on 24 March 2020, 21:13:48 UTC, committed by Isaac Overcast on 24 March 2020, 21:13:48 UTC
1 parent 28143f2
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