Added Vagrantfile

Added a `Vagrantfile` which builds an alpine-based environment that can
be used for development and testing.
This commit is contained in:
Chris Lane
2019-02-04 10:40:10 -05:00
parent 4347114e19
commit f29cf03b68
2 changed files with 19 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
*.log
*.pyc
.env
.vagrant
MANIFEST
build
cheat.egg-info