clearml-serving/.gitignore

51 lines
405 B
Plaintext

# python build
dist/
build/
*.egg-info/
.tmp/
# Compiled Python bytecode
*.py[cod]
# Log files
*.log
# JetBrains IDE
.idea/
.vscode/
tests/huggingface
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Virtual environment
.venv
# Applications
*.app
*.exe
*.war
*.pkl
*.pt
*.pb
data/
runs/
variables/
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
# models
*.pbtxt
*.h5