https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 9ba457e8604cff9849104391a6699265162139c4 authored by deren on 06 March 2021, 16:34:30 UTC
ftp workable and checks path name
Tip revision: 9ba457e
.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