Add initial concept.

This commit is contained in:
kenkeiras 2017-07-05 00:05:01 +02:00
commit 015b4da5e9
3 changed files with 138 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Temporary editor files
*#*
*~
*.swp
# Python temporary files
__pycache__
*.pyc
# Cache files
cache/
# Build files
dist/
*.egg-info/
# Directories for testing
test_ma