__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/

.venv/
venv/
.env

.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

results/
runs/
hfcache/
*.pt
*.ckpt
*.png
!docs/**/*.png
*.json
!depth_lens/**/*.json

.idea/
.vscode/
.DS_Store
nul
