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

.venv/
venv/

.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

.idea/
.vscode/

tests/_out/
.obsivault/

data/
output/
vault