20 lines
344 B
Text
20 lines
344 B
Text
.git
|
|
.gitignore
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.DS_Store
|
|
other
|
|
nupack-history-*.json
|
|
NUPACK.html
|
|
NUPACK_files
|
|
1.png
|
|
nupack/vendor/nupack-4.0.2.0/source
|
|
nupack/vendor/nupack-4.0.2.0/package/*.whl
|
|
!nupack/vendor/nupack-4.0.2.0/package/nupack-4.0.2.0-cp312-cp312-linux_x86_64.whl
|
|
rna/*
|
|
!rna/ViennaRNA-2.7.2.tar.gz
|
|
runtime
|