Revision 3c1129e2da6a7e8e7072e73672c50e7ff6dd7908 authored by Isaac Overcast on 09 June 2021, 04:35:05 UTC, committed by Isaac Overcast on 09 June 2021, 04:35:05 UTC
1 parent 4815d6d
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