mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-11-14 18:56:19 +01:00
26 lines
266 B
Plaintext
26 lines
266 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
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
|
|
.vscode/
|
|
.coverage
|
|
.tox/
|
|
.pytest_cache/
|