Add gitignore, sample config.

This commit is contained in:
Ceda EI 2018-12-09 15:34:14 +05:30
parent 8a1c96c758
commit 1f267591ab
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
config.py
__pycache__/

5
sample.config.py Normal file
View File

@ -0,0 +1,5 @@
# Access token for Mapbox
mapbox_key = "pk.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Access token for Dark Sky
dark_sky_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"