# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# uv / venv
.venv/
uv.lock.bak

# Test / cache
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Saved models produced by examples/tests
*.npz
*.pkl
*.pickle
model.json

# OS / editor
.DS_Store
.idea/
.vscode/
