https://github.com/MrOlm/drep
Raw File
Tip revision: 876b7714fbe6cd5571f97def7a7f987ec8689bfb authored by Matt Olm on 01 March 2024, 00:16:14 UTC
Merge pull request #226 from MrOlm/v4
Tip revision: 876b771
.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