clearml-server/.gitignore

22 lines
311 B
Plaintext
Raw Permalink Normal View History

2019-12-21 16:09:04 +00:00
syntax: glob
2019-06-10 21:24:11 +00:00
.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
2019-12-21 16:09:04 +00:00
server/apierrors/errors/*