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
Kevin Fronczak 8c94305804 Fix motion detection
- Use an array of recent video clips to determine if motion has been
detected.
- Reset the value every system refresh
2018-09-24 13:17:15 -04:00

12 lines
111 B
Plaintext

.pytest_cache/*
.cache/*
.tox/*
__pycache__/*
htmlcov/*
.coverage
*.pyc
*.egg*/*
dist/*
.sh
build/*