https://github.com/manubot/manubot.git
Raw File
Tip revision: 2a99f4af4a352d2e082988d364e01e2e2809a87b authored by Daniel Himmelstein on 04 June 2019, 15:58:23 UTC
process command: make parent directories
Tip revision: 2a99f4a
.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