https://github.com/awslabs/dgl-lifesci
Raw File
Tip revision: b6d2e6fe0f419d9172ab40a68d502879038ab6eb authored by Mufei Li on 17 January 2022, 09:50:20 UTC
Update README.md
Tip revision: b6d2e6f
.gitignore
# IDE
.idea
.vscode

# Byte-compiled
__pycache__/

# Distribution / packaging
dgllife.egg-info/

# Docs
docs/build
docs/source/tutorials
docs/source/generated

# .DS_Store
# examples/.DS_Store
# python/.DS_Store
# python/dgllife/.DS_Store
*.DS_Store
.vscode/

# Installation from source
python/build/
python/dist/
back to top