diff options
author | jaseg <git@jaseg.net> | 2020-01-20 11:52:25 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2020-01-20 11:52:25 +0100 |
commit | 5291970420560f232edaef99ef8149a4ccaffd64 (patch) | |
tree | 07df35b50073c06b83d6944eaa8390c56ea341b8 /.gitignore | |
download | iot-sensor-5291970420560f232edaef99ef8149a4ccaffd64.tar.gz iot-sensor-5291970420560f232edaef99ef8149a4ccaffd64.tar.bz2 iot-sensor-5291970420560f232edaef99ef8149a4ccaffd64.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..705b185 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.mpy +main.py +.ipynb_checkpoints |