1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2025-06-29 00:30:31 +02:00
This commit is contained in:
Phil Howard
2017-10-17 15:27:30 +01:00
parent 16853dc4f2
commit 7f2dbdf48e
6 changed files with 22 additions and 33 deletions

24
.gitignore vendored
View File

@ -1,5 +1,21 @@
__pycache__/
*.py[cod]
*.o
*.a
*.so
BME680_driver/main
dist/
sdist/
env/
build/
develop-eggs/
eggs/
*.egg-info/
.installed.cfg
*.egg
*.deb
*.dsc
*.build
*.changes
*.orig.*
packaging/*tar.xz
library/debian/
pip-log.txt
pip-delete-this-directory.txt
.DS_Store