mirror of
https://github.com/clearml/clearml-server
synced 2025-01-30 18:36:52 +00:00
22 lines
311 B
Plaintext
22 lines
311 B
Plaintext
syntax: glob
|
|
.idea
|
|
apierrors/errors
|
|
static/build.json
|
|
static/dashboard/node_modules
|
|
static/webapp/node_modules
|
|
static/webapp/.git
|
|
*.pyc
|
|
__pycache__
|
|
.ropeproject
|
|
test-reports
|
|
.pytest_cache
|
|
venv
|
|
*.noseids
|
|
*.egg-info
|
|
.cache
|
|
.mypy_cache
|
|
dist
|
|
code.tar.gz
|
|
server/schema/services/_cache.json
|
|
server/apierrors/errors/*
|