1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-06-26 12:30:20 +02:00

module: remove lock

- does not make too much sense for a library
This commit is contained in:
cn
2019-12-18 19:37:56 +01:00
parent 70f5fef480
commit d124fa415b
3 changed files with 4 additions and 285 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.pytest_cache/
__pycache__/
*.pyc
*.py[cod]
Pipfile.lock