dockercloud

This commit is contained in:
tifayuki 2016-01-14 13:12:51 +01:00
commit 2d9586a8a1
41 changed files with 2701 additions and 2 deletions

8
.gitignore vendored
View file

@ -2,8 +2,6 @@
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
@ -22,6 +20,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
venv/
# PyInstaller
# Usually these files are written by a python script from a template
@ -55,3 +54,8 @@ docs/_build/
# PyBuilder
target/
# IDE
.idea/
venv/