Skip to content

Commit

Permalink
Create .dockerignore (ultralytics#18534)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
glenn-jocher authored Jan 5, 2025
1 parent bf4874c commit 3f4b656
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 3f4b656

Please sign in to comment.