mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-06-29 00:30:31 +02:00
Tweaked
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user