mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 22:06:32 +00:00
2c35e59a77
- Added Jetson-specific deployment instructions to `deploy_scripts.md`, detailing prerequisites and service management. - Updated `deploy_status_report.md` to reflect the completion of the AZ-180 cycle and the readiness of Jetson support. - Removed outdated task documentation for Jetson Orin Nano support from the todo list. Made-with: Cursor
83 lines
1.0 KiB
Plaintext
83 lines
1.0 KiB
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.example
|
|
*.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
|
|
|
|
# Demo artifacts (model files placed into demo/models/ at deploy time)
|
|
demo/models/*.onnx
|
|
demo/models/*.engine
|
|
demo/models/*.cache
|
|
demo/models/*.json
|
|
demo/calibration/
|
|
!demo/models/.gitkeep
|
|
|
|
# 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/
|