https://github.com/MrOlm/drep
Raw File
Tip revision: fd6037c24de3fb00eebdb6810aa9bccdf620d2b4 authored by Matt Olm on 11 March 2024, 23:22:45 UTC
3.5.1
Tip revision: fd6037c
.gitignore
# Compiled python modules
*.pyc

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

# pyenv files
*python-version

# completed test files
tests/test/*
tests/test_backend/crap/*
tests/test_backend/ecoli_wd/*
tests/test_backend/large_set/*

# development symlink
bin/drep

# most recent distribution for pypi
dist/

# documentation build
docs/_build/

# PyCharm files 
.idea/* 

# Python cache
.cache/* 

# Pytest cache
.pytest_cache/*

# Mac specifics 
.DS_Store
back to top