Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Initial (#1)
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
ahelal committed Aug 28, 2017
1 parent b31bd5e commit 98341d3
Show file tree
Hide file tree
Showing 27 changed files with 1,810 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .gitignore
@@ -0,0 +1,26 @@
*.pyc
*_test.json

# pyenv
.python-version

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

vars.yml

.vscode/*

example/test1.yml

0 comments on commit 98341d3

Please sign in to comment.