Revision 6ef28397eb63c8e115a363e059732a5091b7c17d authored by John Chilton on 01 March 2018, 03:22:24 UTC, committed by John Chilton on 01 March 2018, 03:22:24 UTC
1 parent bd228ff
Raw File
.gitignore
*.py[cod]

# C extensions
*.so

# Packages
.eggs
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Complexity
output/*.html
output/*/index.html

# Sphinx
docs/_build

.venv

# Download of involucro
involucro

# Bioconda recipes for auto update.
bioconda-recipes/
back to top