This repository has been archived on 2024-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blinkpy/.gitignore
T
2020-05-25 04:36:22 +00:00

17 lines
164 B
Plaintext

.pytest_cache/*
.cache/*
.tox/*
__pycache__/*
htmlcov/*
.coverage
.coverage.*
coverage.xml
*.pyc
*.egg*/*
dist/*
.sh
build/*
docs/_build
*.log
venv