git ignore files and pip requirements

This commit is contained in:
Nat Morris
2016-11-15 01:21:32 +00:00
parent 9abd720cd2
commit d33cd406ad
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
venv/*
*.pyc
config

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
paho-mqtt
configparser