https://github.com/NVIDIA/DIGITS
Raw File
Tip revision: c6330f6c7bb1fe902520bb5003ccb70dfb549094 authored by Luke Yeager on 29 November 2016, 21:43:20 UTC
Mark v5.0.0
Tip revision: c6330f6
.gitignore
# Temporary files
*.swp
*~
TAGS

# Compiled / optimized files
*.py[cod]

# Tests
/.coverage

# virtualenv
/venv/

# setuptools
/build/
/dist/
/*.egg-info/
back to top