clearml-serving/.gitignore

51 lines
405 B
Plaintext
Raw Normal View History

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