python-bme680/.gitignore

26 lines
266 B
Plaintext
Raw Normal View History

2017-10-17 16:27:30 +02:00
__pycache__/
2017-10-16 15:47:44 +02:00
*.py[cod]
2017-10-17 16:27:30 +02:00
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
2018-09-02 12:26:04 +02:00
.vscode/
.coverage
.tox/
.pytest_cache/