mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 08:56:32 +00:00
07c2afb62e
- Add tests/test_az178_realvideo_streaming.py: integration test that validates frame decoding begins while upload is still in progress using a real video fixture - Add conftest.py: pytest plugin for per-test duration reporting - Update e2e tests (async_sse, performance, security, streaming_video_upload, video) and run-tests.sh for updated test suite - Move AZ-178 task to done/; add data/ to .gitignore (StreamingBuffer temp files) - Update autopilot state to step 12 (Security Audit) for new feature cycle Made-with: Cursor
74 lines
847 B
Plaintext
74 lines
847 B
Plaintext
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
Thumbs.db
|
|
|
|
# Cython generated
|
|
*.c
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.whl
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
.env.*
|
|
*.env.local
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.tox/
|
|
|
|
# Binary / media / model files
|
|
*.onnx
|
|
*.mp4
|
|
*.avi
|
|
*.jpg
|
|
*.JPG
|
|
*.jpeg
|
|
*.png
|
|
*.mlpackage
|
|
*.mlmodel
|
|
|
|
# Standalone skill output (ephemeral, not part of project)
|
|
_standalone/
|
|
|
|
# MCP config with credentials (use .cursor/mcp.json.example as template)
|
|
.cursor/mcp.json
|
|
|
|
# E2E compose env
|
|
!e2e/.env
|
|
|
|
# E2E test artifacts
|
|
e2e/results/
|
|
e2e/logs/
|
|
!e2e/results/.gitkeep
|
|
!e2e/logs/.gitkeep
|
|
|
|
# Unit test artifacts (streaming buffer temp files)
|
|
data/
|
|
|
|
# Deployment state
|
|
.deploy-previous-tag
|
|
|
|
# Runtime logs
|
|
Logs/
|