.DS_Store
.env
.venv
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/

node_modules/
yarn.lock
.pnp.cjs
.pnp.loader.mjs
.yarn/
dist/
release-dist/
build/
.parcel-cache/

.toposync-data/
.toposync-processor-data
toposync-data/

*.log

*.ignore.md
ignore/

# Playwright
test-results/
playwright-report/
yolo*.pt

# Streaming extension engines are downloaded at runtime.
extensions/streaming/src/toposync_ext_streaming/bin/mediamtx/**/mediamtx*
extensions/streaming/src/toposync_ext_streaming/bin/ffmpeg/**/ffmpeg*

# Vision model artifacts are provisioned locally and must not be committed.
extensions/vision/models/

*.temporary.*
