# editors
.idea/
.vscode/

# python
.DS_Store
inference.*.log
*.log
*.egg-info/
*.py[cod]
.venv/
.venvs/
/build/
/dist/

# tools
.coverage*
/.pdm-build/
/htmlcov/
/site/
uv.lock

# cache
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
**/__pycache__/

.pdm-build/
.venv/
.ipynb_checkpoints/

# data folder at the root of the project
data/
diagnostics/
predictions/
dist/