# The uv workspace shares one virtual environment, at the repository root.
.venv
dist
__pycache__
.mypy_cache
.pytest_cache
.ruff_cache

# OS
.DS_Store
Thumbs.db
.vscode

# ignore database files generated by tests
*.db
*.db.wal

# Ignore .env in lightly_studio.
lightly_studio/.env

# Ignore studio example datasets.
dataset_examples_studio

.claude/settings.local.json

# Top-level tmp dir.
/tmp/

.local.gitignore