Create .dockerignore (#18534)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2025-01-05 16:56:16 +01:00 committed by GitHub
parent bf4874ce40
commit 3f4b65623a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

35
.dockerignore Normal file
View 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/