strix

A simple web UI for motion
git clone https://www.brianlane.com/git/strix
Log | Files | Refs | LICENSE

.gitignore (87B)


      1 *.swp
      2 __pycache__
      3 venv
      4 .eggs/
      5 .mypy_cache/
      6 .tox/
      7 TODO
      8 strix.egg-info/
      9 .coverage
     10 build/