clearml-serving/.gitignore
2021-04-12 03:17:25 +03:00

38 lines
303 B
Plaintext

# python build
dist/
build/
*.egg-info/
# Compiled Python bytecode
*.py[cod]
# Log files
*.log
# JetBrains IDE
.idea/
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
# models
*.pbtxt
*.h5