feat: initial HSAP platform
Huaxu Sentinel Active Safety Platform with embedded algorithm code, Docker Compose setup, and vendored dataset scaffolds for clone-and-run. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
35
algorithms/dms_yolo/code/.dockerignore
Normal file
35
algorithms/dms_yolo/code/.dockerignore
Normal file
@@ -0,0 +1,35 @@
|
||||
# Python
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.pytest_cache
|
||||
.coverage
|
||||
coverage.xml
|
||||
.ruff_cache
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
|
||||
# Development
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
.idea
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
||||
# Project specific
|
||||
*.log
|
||||
benchmarks.log
|
||||
runs/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user