Files
HSAP/algorithms/dms_yolo/code/.dockerignore
Chengfang Lu 7c43b44c57 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>
2026-05-25 16:59:59 +08:00

36 lines
294 B
Plaintext

# 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/