Initial Commit

This commit is contained in:
Quentin Rouland
2017-02-23 15:11:04 +01:00
commit f5bf91422a
23 changed files with 1182 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
# Python cache
__pycache__/
*.py[cod]
# VirtualEnv
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
*.egg
pip-selfcheck.json
# sqLite
*.db
*.sqlite*
# Pycharm
.idea
# Tox
.tox
# Coverage
htmlcov/
.coverage
coverage.xml
#Config files
config.py