frigate/.gitignore
p-boon 94e539052c Add test motion detection.
Initiate the average frame with the first video frame instead of an all-black frame to speed up calibration.
2025-02-18 20:01:41 +01:00

23 lines
249 B
Plaintext

.DS_Store
__pycache__
.mypy_cache
*.swp
debug
.vscode/*
!.vscode/launch.json
config/*
!config/*.example
models
*.mp4
!testdata/*.mp4
*.db
*.csv
frigate/version.py
web/build
web/node_modules
web/coverage
core
!/web/**/*.ts
.idea/*
.ipynb_checkpoints