# macOS / editor noise
.DS_Store
.idea/
/tmp/

# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Test and tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/

# Packaging / build artifacts
build/
dist/
packages/*/dist-noiso/
*.whl
*.egg-info/
.eggs/
pip-wheel-metadata/

# Downloaded demo assets and runtime outputs
.example_assets/
examples/.example_assets/
*.onnx
*.pt
*.jpg
*.png
*.mp4
*.pkl

# Tracked GitHub-facing promo/docs assets
!.github/assets/**
