__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.venv/
.smoke-venv/
venv/
env/

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

.idea/
.vscode/
*.swp
*~

.DS_Store
Thumbs.db

out/
runs/
checkpoints/
*.ckpt
*.pt
*.safetensors

.env
.env.local
*.local.yaml

# llive-specific transient artifacts
candidates/_tmp/
memory/_cache/
bench/_runs/
