dist
build
.venv
*.egg-info
__pycache__
.pytest_cache
.ruff_cache
dist_lightly_studio_view_app

# Ignore all .db files
*.db
*.db.wal

# Folder to test datasets
datasets
dataset_examples

# Generated API schema
openapi.json

# Coverage artifacts from `make test-coverage`. `.coverage.*` are the per-worker
# shards pytest-cov writes under `-n auto`; an interrupted run leaves them behind.
coverage.json
.coverage
.coverage.*

# docs build
/docs/site
