first pass
This commit is contained in:
49
templates/python/ml-pytorch/.dockerignore.template
Normal file
49
templates/python/ml-pytorch/.dockerignore.template
Normal file
@@ -0,0 +1,49 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.local
|
||||
*.tar
|
||||
*.tar.gz
|
||||
|
||||
# Virtual environments
|
||||
venv
|
||||
.venv
|
||||
env
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Test
|
||||
.pytest_cache
|
||||
.coverage
|
||||
|
||||
# ML artifacts (large files)
|
||||
*.pt
|
||||
*.pth
|
||||
*.onnx
|
||||
*.h5
|
||||
*.pkl
|
||||
models/
|
||||
checkpoints/
|
||||
weights/
|
||||
|
||||
# Data (mount as volume instead)
|
||||
data/
|
||||
datasets/
|
||||
|
||||
# Docker files
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
docker-deployment.json
|
||||
*.ps1
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs
|
||||
Reference in New Issue
Block a user