https://github.com/manubot/manubot.git
Raw File
Tip revision: dae57036de250ca1ece852a4f5b3d7f946c25d50 authored by Daniel Himmelstein on 17 December 2018, 21:54:13 UTC
Prepare version 0.2.2 release
Tip revision: dae5703
.gitignore
# Python
__pycache__/
*.egg-info/
.ipynb_checkpoints
.cache
.pytest_cache/

# System specific files

## Linux
*~
.Trash-*

## macOS
.DS_Store
._*
.Trashes

## Windows
Thumbs.db
[Dd]esktop.ini

## Text Editors
.vscode
back to top